Code

Remove 'default scale origin' from selector tool's preferences
authordvlierop2 <dvlierop2@users.sourceforge.net>
Mon, 9 Apr 2007 15:15:36 +0000 (15:15 +0000)
committerdvlierop2 <dvlierop2@users.sourceforge.net>
Mon, 9 Apr 2007 15:15:36 +0000 (15:15 +0000)
src/ui/dialog/inkscape-preferences.cpp
src/ui/dialog/inkscape-preferences.h

index dea091f20a6230f271cc417b31206c255cf4f196..3a3c4f14fd535b9d4025ae9ffe450b75eb0a6c7d 100644 (file)
@@ -337,13 +337,7 @@ void InkscapePreferences::initPageTools()
     _t_sel_cue_box.init ( _("Box"), "options.selcue", "value", Inkscape::SelCue::BBOX, false, &_t_sel_cue_none);
     _page_selector.add_line( true, "", _t_sel_cue_box, "", 
                             _("Each selected object displays its bounding box"));
-    _page_selector.add_group_header( _("Default scale origin:"));
-    _t_sel_org_edge.init ( _("Opposite bounding box edge"), "tools.select", "scale_origin", "bbox", true, 0);
-    _page_selector.add_line( true, "", _t_sel_org_edge, "", 
-                            _("Default scale origin will be on the bounding box of the item"));
-    _t_sel_org_node.init ( _("Farthest opposite node"), "tools.select", "scale_origin", "points", false, &_t_sel_org_edge);
-    _page_selector.add_line( true, "", _t_sel_org_node, "", 
-                            _("Default scale origin will be on the bounding box of the item's points"));
+    
     //Node
     this->AddPage(_page_node, _("Node"), iter_tools, PREFS_PAGE_TOOLS_NODE);
     AddSelcueCheckbox(_page_node, "tools.nodes", true);
index 813929d2d7d868db2a330af1b638e2b5c5245c68..eacf0a079c18ee455827cf3222e934cef4711a3b 100644 (file)
@@ -112,7 +112,7 @@ protected:
     PrefSpinButton  _steps_arrow, _steps_scale, _steps_inset, _steps_zoom;
 
     PrefRadioButton _t_sel_trans_obj, _t_sel_trans_outl, _t_sel_cue_none, _t_sel_cue_mark,
-                    _t_sel_cue_box, _t_sel_org_edge, _t_sel_org_node;
+                    _t_sel_cue_box;
 
     PrefSpinButton  _t_pencil_tolerance;