(svn r17969) -Codechange: use the toolbar switch button lowered state as a way to tell which of the configurations it's showing

pull/155/head
rubidium 15 years ago
parent 171fa9d16b
commit f6e661a3d0

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

Loading…
Cancel
Save