13
0

no need for a widget name here

This commit is contained in:
Paul Davis 2016-07-02 13:53:30 -04:00
parent 7565e21341
commit e88e9a278a

View 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);