summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-properties.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-25 03:33:47 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-25 03:33:47 +0000
commit8a0b7603dc2c371ed035a1b957cf3515915b1505 (patch)
tree2375af4fdb7510ae8561533e42e56cbae89b7225 /src/dialogs/object-properties.cpp
parentuse master opacity rather than fill/stroke-opacity when querying/setting stop... (diff)
downloadinkscape-8a0b7603dc2c371ed035a1b957cf3515915b1505.tar.gz
inkscape-8a0b7603dc2c371ed035a1b957cf3515915b1505.zip
listen to subselection-changed signal to reflect gradient stop opacities
(bzr r2280)
Diffstat (limited to 'src/dialogs/object-properties.cpp')
-rw-r--r--src/dialogs/object-properties.cpp1
1 files changed, 1 insertions, 0 deletions
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 );