FIX: Bug [0000881] "Buttons at toolbar will disappear when button bar is hidden"

This commit is contained in:
Alexander Koblov 2014-05-29 17:30:48 +00:00
commit 424e618dd8

View file

@ -1833,7 +1833,7 @@ begin
if gSaveCmdLineHistory then
glsCmdLineHistory.Assign(edtCommand.Items);
SaveWindowState;
SaveMainToolBar;
if gButtonBar then SaveMainToolBar;
SaveGlobs; // Should be last, writes configuration file
except
on E: Exception do