Skip to content

Commit

Permalink
Bugfix: Force scaler needs to update the menu item after checking it
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed May 13, 2018
1 parent 5b5d321 commit b245680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ void SetScaleForced(bool forced)
{
render.scale.forced = forced;
RENDER_CallBack(GFX_CallBackReset);
mainMenu.get_item("scaler_forced").check(render.scale.forced);
mainMenu.get_item("scaler_forced").check(render.scale.forced).refresh_item(mainMenu);
}

// Sets the scaler to use.
Expand Down

0 comments on commit b245680

Please sign in to comment.