Skip to content

Commit

Permalink
Corretto il mancato aggiornamento le checkboxes delle nuove opzioni.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Apr 27, 2016
1 parent 6b4f482 commit 53cc8f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/mainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2199,12 +2199,15 @@ void mainWindow::s_set_input() {
}
void mainWindow::s_set_hide_sprites() {
cfg->hide_sprites = !cfg->hide_sprites;
update_menu_settings();
}
void mainWindow::s_set_hide_background() {
cfg->hide_background = !cfg->hide_background;
update_menu_settings();
}
void mainWindow::s_set_unlimited_sprites() {
cfg->unlimited_sprites = !cfg->unlimited_sprites;
update_menu_settings();
}
void mainWindow::s_set_pause_in_background() {
cfg->bck_pause = !cfg->bck_pause;
Expand Down

0 comments on commit 53cc8f9

Please sign in to comment.