no reason to make floating text entry be in STATE_SELECTED when constructed
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Jun 2016 21:25:52 +0000 (17:25 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Jun 2016 21:41:11 +0000 (17:41 -0400)
gtk2_ardour/floating_text_entry.cc

index 955de8d2b1097b9cdfab9a6787d6ef6728c9742b..64a04abc17f18e878873e3f71c916909be1be837 100644 (file)
@@ -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));