diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/macrowindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrowindow.cc b/client/macrowindow.cc index 1cee8fe..142cfb4 100644 --- a/client/macrowindow.cc +++ b/client/macrowindow.cc @@ -167,9 +167,9 @@ bool MacroWindow::doCommit() qApp->processEvents(); + collapse(); emit updateOnCommit(); // setCollapsed(true); - collapse(); return true; } else { |