Code

Remove "show transform handles" from prefs - no longer necessary
authorKrzysztof Kosiński <tweenk.pl@gmail.com>
Thu, 14 Jan 2010 18:31:45 +0000 (19:31 +0100)
committerKrzysztof Kosiński <tweenk.pl@gmail.com>
Thu, 14 Jan 2010 18:31:45 +0000 (19:31 +0100)
src/ui/dialog/inkscape-preferences.cpp
src/ui/dialog/inkscape-preferences.h

index 11850cffc8ca95f952b5883c47c7a1a3b9b67436..348bd74db4788f427918dd987e958747acb65c19 100644 (file)
@@ -447,8 +447,6 @@ void InkscapePreferences::initPageTools()
     _t_node_pathflash_timeout.init("/tools/nodes/pathflash_timeout", 0, 10000.0, 100.0, 100.0, 1000.0, true, false);
     _page_node.add_line( false, _("Flash time"), _t_node_pathflash_timeout, "ms", _("Specifies how long the path outline will be visible after a mouse-over (in milliseconds). Specify 0 to have the outline shown until mouse leaves the path."), false);
     _page_node.add_group_header(_("Transform Handles:"));
-    _t_node_show_transform_handles.init(_("Show transform handles"), "/tools/nodes/show_transform_handles", true);
-    _page_node.add_line( true, "", _t_node_show_transform_handles, "", _("Show scaling, rotation and skew handles for node selections."));
     _t_node_single_node_transform_handles.init(_("Show transform handles for single nodes"), "/tools/nodes/single_node_transform_handles", false);
     _page_node.add_line( true, "", _t_node_single_node_transform_handles, "", _("Show transform handles even when only a single node is selected."));
 
index 638c84598b525794a93c5dfcbd13e97904a563ed..8ab8408255ec1deea5b921ee90f80bf765f299ac 100644 (file)
@@ -146,7 +146,6 @@ protected:
     PrefCheckButton _t_node_pathflash_selected;
     PrefSpinButton  _t_node_pathflash_timeout;
     PrefCheckButton _t_node_show_path_direction;
-    PrefCheckButton _t_node_show_transform_handles;
     PrefCheckButton _t_node_single_node_transform_handles;
     PrefColorPicker _t_node_pathoutline_color;