diff options
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' />" |
