mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
[Summary] Per Igor request: Big clock should allow moving the owning window
This commit is contained in:
parent
2283681322
commit
5a0815068d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ BigClockWindow::on_realize ()
|
|||
|
||||
ArdourWindow::on_realize ();
|
||||
|
||||
get_window()->set_decorations (Gdk::DECOR_BORDER|Gdk::DECOR_RESIZEH);
|
||||
get_window()->set_decorations (Gdk::DECOR_TITLE|Gdk::DECOR_BORDER|Gdk::DECOR_RESIZEH);
|
||||
get_window()->get_geometry (x, y, w, h, d);
|
||||
|
||||
reset_aspect_ratio ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue