This commit is contained in:
Sergii Pylypenko
2016-04-08 21:20:01 +03:00
parent 4310dc186b
commit 0b931d9383

View File

@@ -610,7 +610,7 @@ struct GameOptionsWindow : Window {
{
if (!gui_scope) return;
this->SetWidgetLoweredState(WID_GO_FULLSCREEN_BUTTON, _fullscreen);
this->SetWidgetLoweredState(WID_GO_VERTICAL_TOOLBAR, _settings_client.gui.vertical_toolbar);
//this->SetWidgetLoweredState(WID_GO_VERTICAL_TOOLBAR, _settings_client.gui.vertical_toolbar);
this->SetWidgetLoweredState(WID_GO_BUILD_CONFIRMATION, _settings_client.gui.build_confirmation);
bool missing_files = BaseGraphics::GetUsedSet()->GetNumMissing() == 0;