summaryrefslogtreecommitdiff
path: root/client/macro.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/macro.cc')
-rw-r--r--client/macro.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macro.cc b/client/macro.cc
index 6e58a5c..5d88015 100644
--- a/client/macro.cc
+++ b/client/macro.cc
@@ -145,7 +145,7 @@ void Macro::init(QBoxLayout *layout, Macros &macros,
window->update(node);
if(xml_elem.attribute("static", "false") == "false") {
- window->setCollapsed(true);
+ window->animateToWidget(window->resumewidget);
}
}