Adding documentation of Spot Removal in a tooltip

(see issue #2239)
This commit is contained in:
Hombre
2019-08-16 02:46:55 +02:00
parent 50064b7e3c
commit 0d19cd40a6
3 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ Spot::Spot() : FoldableToolPanel (this, "spot", M ("TP_SPOT_LABEL"), true, true)
edit = Gtk::manage (new Gtk::ToggleButton());
edit->add (*Gtk::manage (new RTImage ("edit-point.png")));
editConn = edit->signal_toggled().connect ( sigc::mem_fun (*this, &Spot::editToggled) );
edit->set_tooltip_text(M("TP_SPOT_HINT"));
reset = Gtk::manage (new Gtk::Button ());
reset->add (*Gtk::manage (new RTImage ("undo-small.png")));