summaryrefslogtreecommitdiff
path: root/client/macrowindow.cc
diff options
context:
space:
mode:
authordeva <deva>2009-08-06 13:41:25 +0000
committerdeva <deva>2009-08-06 13:41:25 +0000
commit11591030b43932140fc2e3d4cc922e58f8bb7c6d (patch)
treecf403a8e2062ed0064cb5e0be085bf50d3414362 /client/macrowindow.cc
parente3fa5da963ba88b64b4aaf83ca53bb3d7aeb1f70 (diff)
Made macros with prefilled values commitable. Fixed bug, where innerwidget of altcombobox didn't get its value set.
Diffstat (limited to 'client/macrowindow.cc')
-rw-r--r--client/macrowindow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/macrowindow.cc b/client/macrowindow.cc
index 16ccf53..98262fd 100644
--- a/client/macrowindow.cc
+++ b/client/macrowindow.cc
@@ -124,6 +124,8 @@ void MacroWindow::initMacro(QDomNode &node)
setValues(child, this);
}
+ if(waschanged == true) macroChanged();
+
return;
}