mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
no need for a widget name here
This commit is contained in:
parent
7565e21341
commit
e88e9a278a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ FloatingTextEntry::FloatingTextEntry (Gtk::Window* parent, const std::string& in
|
||||||
, entry_changed (false)
|
, entry_changed (false)
|
||||||
, by_popup_menu (false)
|
, by_popup_menu (false)
|
||||||
{
|
{
|
||||||
set_name (X_("FloatingTextEntry"));
|
//set_name (X_("FloatingTextEntry"));
|
||||||
set_position (Gtk::WIN_POS_MOUSE);
|
set_position (Gtk::WIN_POS_MOUSE);
|
||||||
set_border_width (0);
|
set_border_width (0);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue