summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-01-27 11:53:05 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-01-27 11:53:05 +0000
commitcdb5052c77519ed176427244a41873b59733a4f9 (patch)
tree8a37822b205b3297f3824239d0d0b259ac81aad4 /src/ui/toolbar
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
downloadinkscape-cdb5052c77519ed176427244a41873b59733a4f9.tar.gz
inkscape-cdb5052c77519ed176427244a41873b59733a4f9.zip
Toolbars: Fix alt+x focus switching
Diffstat (limited to 'src/ui/toolbar')
-rw-r--r--src/ui/toolbar/rect-toolbar.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/toolbar/rect-toolbar.cpp b/src/ui/toolbar/rect-toolbar.cpp
index 7841f182e..e4caae189 100644
--- a/src/ui/toolbar/rect-toolbar.cpp
+++ b/src/ui/toolbar/rect-toolbar.cpp
@@ -109,7 +109,6 @@ RectToolbar::RectToolbar(SPDesktop *desktop)
// holder->_width_action = create_adjustment_action( "RectWidthAction",
// _("Width"), _("W:"),
- // TRUE, "altx-rect",
// labels, values, G_N_ELEMENTS(labels),
}
@@ -132,7 +131,6 @@ RectToolbar::RectToolbar(SPDesktop *desktop)
_height_item->set_sensitive(false);
// holder->_height_action = create_adjustment_action( "RectHeightAction",
- // FALSE, nullptr,
// labels, values, G_N_ELEMENTS(labels),
}