(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:
rubidium 2009-11-04 15:49:27 +00:00
parent e6a164de09
commit fd29b7b526
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}