diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-03-08 18:37:16 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-03-08 18:37:16 +0000 |
| commit | cfbcbd01b74acdd001c5b1f40ec4d010ad530fa7 (patch) | |
| tree | 06238a85f25f47248d3d7689971eae9fedb9205b /src/widgets | |
| parent | Fix for 855676 : Gradient - misplacing when adding new stop by mouse (diff) | |
| download | inkscape-cfbcbd01b74acdd001c5b1f40ec4d010ad530fa7.tar.gz inkscape-cfbcbd01b74acdd001c5b1f40ec4d010ad530fa7.zip | |
UI. Removing Affect: label (see Bug #590686).
Fixed bugs:
- https://launchpad.net/bugs/590686
(bzr r11062)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/select-toolbar.cpp | 8 | ||||
| -rw-r--r-- | src/widgets/toolbox.cpp | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/widgets/select-toolbar.cpp b/src/widgets/select-toolbar.cpp index f8d0052db..3185e7373 100644 --- a/src/widgets/select-toolbar.cpp +++ b/src/widgets/select-toolbar.cpp @@ -556,14 +556,6 @@ void sp_select_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GOb } // "Transform with object" buttons - - { - EgeOutputAction* act = ege_output_action_new( "transform_affect_label", _("Affect:"), _("Control whether or not to scale stroke widths, scale rectangle corners, transform gradient fills, and transform pattern fills with the object"), 0 ); - ege_output_action_set_use_markup( act, TRUE ); - g_object_set( act, "visible-overflown", FALSE, NULL ); - gtk_action_group_add_action( mainActions, GTK_ACTION( act ) ); - } - { InkToggleAction* itact = ink_toggle_action_new( "transform_stroke", _("Scale stroke width"), diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index f013ff9e5..b9d2eace3 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -278,7 +278,6 @@ static gchar const * ui_descr = " <toolitem action='HeightAction' />" " <toolitem action='UnitsAction' />" " <separator />" - " <toolitem action='transform_affect_label' />" " <toolitem action='transform_stroke' />" " <toolitem action='transform_corners' />" " <toolitem action='transform_gradient' />" |
