no reason to make floating text entry be in STATE_SELECTED when constructed
This commit is contained in:
parent
5335763f98
commit
b8d92ba356
@ -49,7 +49,7 @@ FloatingTextEntry::FloatingTextEntry (Gtk::Window* parent, const std::string& in
|
||||
entry.signal_populate_popup().connect (sigc::mem_fun (*this, &FloatingTextEntry::populate_popup));
|
||||
|
||||
entry.select_region (0, -1);
|
||||
entry.set_state (Gtk::STATE_SELECTED);
|
||||
// entry.set_state (Gtk::STATE_SELECTED);
|
||||
|
||||
if (parent) {
|
||||
parent->signal_focus_out_event().connect (sigc::mem_fun (*this, &FloatingTextEntry::entry_focus_out));
|
||||
|
Loading…
Reference in New Issue
Block a user