diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-02 16:43:10 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-02 16:43:10 +0000 |
| commit | cad15dc66d6bf2ea9c283d7b8686466c1998d28b (patch) | |
| tree | 3f3e6b6024998235040342782252e4f216d0b8d1 /src/live_effects/parameter/point.cpp | |
| parent | Enable status bar tips for LPE handles that are automatically created from Po... (diff) | |
| download | inkscape-cad15dc66d6bf2ea9c283d7b8686466c1998d28b.tar.gz inkscape-cad15dc66d6bf2ea9c283d7b8686466c1998d28b.zip | |
Remove now obsolete 'edit on canvas' button for PointParams
(bzr r6119)
Diffstat (limited to 'src/live_effects/parameter/point.cpp')
| -rw-r--r-- | src/live_effects/parameter/point.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp index 84de8db05..fa78ae6a4 100644 --- a/src/live_effects/parameter/point.cpp +++ b/src/live_effects/parameter/point.cpp @@ -97,20 +97,10 @@ PointParam::param_newWidget(Gtk::Tooltips * tooltips) pointwdg->clearProgrammatically(); pointwdg->set_undo_parameters(SP_VERB_DIALOG_LIVE_PATH_EFFECT, _("Change point parameter")); - Gtk::Widget* pIcon = Gtk::manage( sp_icon_get_icon( "draw_node", Inkscape::ICON_SIZE_BUTTON) ); - Gtk::Button * pButton = Gtk::manage(new Gtk::Button()); - pButton->set_relief(Gtk::RELIEF_NONE); - pIcon->show(); - pButton->add(*pIcon); - pButton->show(); - Gtk::HBox * hbox = Gtk::manage( new Gtk::HBox() ); - static_cast<Gtk::HBox*>(hbox)->pack_start(*pButton, true, true); static_cast<Gtk::HBox*>(hbox)->pack_start(*pointwdg, true, true); static_cast<Gtk::HBox*>(hbox)->show_all_children(); - tooltips->set_tip(*pButton, _("Edit on-canvas")); - return dynamic_cast<Gtk::Widget *> (hbox); } |
