]> git.tokkee.org Git - inkscape.git/commitdiff

Code

listen to subselection-changed signal to reflect gradient stop opacities
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 25 Jan 2007 03:33:47 +0000 (03:33 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 25 Jan 2007 03:33:47 +0000 (03:33 +0000)
src/dialogs/object-properties.cpp

index c98f7c7d844bf15ecf25d0e90049530f7e63967e..7631b631a14123edeb673683eb438860defc052a 100644 (file)
@@ -253,6 +253,7 @@ sp_object_properties_dialog (void)
 
         // these callbacks are only for the master opacity update; the tabs above take care of themselves
         g_signal_connect ( G_OBJECT (INKSCAPE), "change_selection", G_CALLBACK (sp_fillstroke_selection_changed), dlg );
+        g_signal_connect ( G_OBJECT (INKSCAPE), "change_subselection", G_CALLBACK (sp_fillstroke_selection_changed), dlg );
         g_signal_connect ( G_OBJECT (INKSCAPE), "modify_selection", G_CALLBACK (sp_fillstroke_selection_modified), dlg );
         g_signal_connect ( G_OBJECT (INKSCAPE), "activate_desktop", G_CALLBACK (sp_fillstroke_selection_changed), dlg );