summaryrefslogtreecommitdiff
path: root/client/macro.cc
diff options
context:
space:
mode:
authordeva <deva>2011-03-04 08:10:30 +0000
committerdeva <deva>2011-03-04 08:10:30 +0000
commitd8a34adcc1a69a2b77881a6e504d0f0ad896eb3a (patch)
tree0fb2ddc53c77e3aec664daf9707c1860fd4eeb29 /client/macro.cc
parent1bda89969eaf0f8dc07ec831c94aa23fbee985a2 (diff)
Simplify Collapser (animateToWidget instead of collapse/expand).
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);
}
}