mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
[Summary] Added missing decorations
This commit is contained in:
parent
4c7bd48284
commit
f4d0fe87b3
2 changed files with 10 additions and 0 deletions
|
|
@ -44,6 +44,13 @@ WavesTrackColorDialog::WavesTrackColorDialog ()
|
|||
_init ();
|
||||
}
|
||||
|
||||
void
|
||||
WavesTrackColorDialog::on_realize ()
|
||||
{
|
||||
Gtk::Window::on_realize();
|
||||
get_window()->set_decorations (Gdk::WMDecoration (Gdk::DECOR_TITLE|Gdk::DECOR_MENU));
|
||||
}
|
||||
|
||||
WavesTrackColorDialog::~WavesTrackColorDialog ()
|
||||
{
|
||||
_route_connections.drop_connections ();
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@ public:
|
|||
WavesTrackColorDialog();
|
||||
virtual ~WavesTrackColorDialog();
|
||||
|
||||
protected:
|
||||
void on_realize ();
|
||||
|
||||
private:
|
||||
void _init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue