mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Place "Lock" dialog in the center of the screen
This commit is contained in:
parent
7990454c59
commit
b35e5f2e23
1 changed files with 1 additions and 0 deletions
|
|
@ -9205,6 +9205,7 @@ Editor::lock ()
|
|||
delete _main_menu_disabler;
|
||||
_main_menu_disabler = new MainMenuDisabler;
|
||||
|
||||
lock_dialog->set_position (Gtk::WIN_POS_CENTER);
|
||||
lock_dialog->present ();
|
||||
|
||||
lock_dialog->get_window()->set_decorations (Gdk::WMDecoration (0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue