no need for a widget name here
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 2 Jul 2016 17:53:30 +0000 (13:53 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 2 Jul 2016 17:53:30 +0000 (13:53 -0400)
gtk2_ardour/floating_text_entry.cc

index 3e436e53dd5ebac8df546c838749bc68b330f3db..c78c41e4d9ef992c7e583f4eff2d55d8270042f4 100644 (file)
@@ -32,7 +32,7 @@ FloatingTextEntry::FloatingTextEntry (Gtk::Window* parent, const std::string& in
         , entry_changed (false)
        , by_popup_menu (false)
 {
-       set_name (X_("FloatingTextEntry"));
+       //set_name (X_("FloatingTextEntry"));
        set_position (Gtk::WIN_POS_MOUSE);
        set_border_width (0);