From 4ac7217c4255d78c5d7bec7821718692777ab156 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 25 Jan 2007 03:33:47 +0000 Subject: [PATCH] listen to subselection-changed signal to reflect gradient stop opacities --- src/dialogs/object-properties.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs/object-properties.cpp b/src/dialogs/object-properties.cpp index c98f7c7d8..7631b631a 100644 --- a/src/dialogs/object-properties.cpp +++ b/src/dialogs/object-properties.cpp @@ -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 ); -- 2.39.5