mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 00:49:11 +00:00
(svn r17969) -Codechange: use the toolbar switch button lowered state as a way to tell which of the configurations it's showing
This commit is contained in:
@@ -779,7 +779,7 @@ static void ToolbarSwitchClick(Window *w)
|
||||
}
|
||||
|
||||
SplitToolbar(w);
|
||||
w->HandleButtonClick(TBN_SWITCHBAR);
|
||||
w->SetWidgetLoweredState(TBN_SWITCHBAR, _toolbar_mode == TB_LOWER);
|
||||
w->SetDirty();
|
||||
SndPlayFx(SND_15_BEEP);
|
||||
}
|
||||
|
Reference in New Issue
Block a user