mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +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 ();
|
_init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
WavesTrackColorDialog::on_realize ()
|
||||||
|
{
|
||||||
|
Gtk::Window::on_realize();
|
||||||
|
get_window()->set_decorations (Gdk::WMDecoration (Gdk::DECOR_TITLE|Gdk::DECOR_MENU));
|
||||||
|
}
|
||||||
|
|
||||||
WavesTrackColorDialog::~WavesTrackColorDialog ()
|
WavesTrackColorDialog::~WavesTrackColorDialog ()
|
||||||
{
|
{
|
||||||
_route_connections.drop_connections ();
|
_route_connections.drop_connections ();
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,9 @@ public:
|
||||||
WavesTrackColorDialog();
|
WavesTrackColorDialog();
|
||||||
virtual ~WavesTrackColorDialog();
|
virtual ~WavesTrackColorDialog();
|
||||||
|
|
||||||
|
protected:
|
||||||
|
void on_realize ();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void _init();
|
void _init();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue