When editing more than one of ID, Description, Name, and RendDesc at once, group...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 26 Mar 2008 20:05:22 +0000 (20:05 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 26 Mar 2008 20:05:22 +0000 (20:05 +0000)
git-svn-id: http://svn.voria.com/code@1925 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/canvasproperties.cpp

index 45c2d90..d095331 100644 (file)
@@ -223,6 +223,8 @@ CanvasProperties::on_rend_desc_changed()
 void
 CanvasProperties::on_apply_pressed()
 {
+       synfigapp::Action::PassiveGrouper group(canvas_interface_->get_instance().get(),_("Edit Canvas Properties"));
+
        // fetch these three values first, because each set_() method refreshes the dialog with currently set values
        String id = entry_id.get_text();
        String name = entry_name.get_text();