mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
no reason to make floating text entry be in STATE_SELECTED when constructed
This commit is contained in:
parent
5335763f98
commit
b8d92ba356
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue