mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [0000881] "Buttons at toolbar will disappear when button bar is hidden"
This commit is contained in:
parent
0b483228c2
commit
424e618dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue