(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);
|
SplitToolbar(w);
|
||||||
w->HandleButtonClick(TBN_SWITCHBAR);
|
w->SetWidgetLoweredState(TBN_SWITCHBAR, _toolbar_mode == TB_LOWER);
|
||||||
w->SetDirty();
|
w->SetDirty();
|
||||||
SndPlayFx(SND_15_BEEP);
|
SndPlayFx(SND_15_BEEP);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user