mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix "Session Setup" dialog obscures "File Open" dlg on windows.
This commit is contained in:
parent
973d40e3ac
commit
1648d9cbc6
1 changed files with 2 additions and 0 deletions
|
|
@ -76,7 +76,9 @@ SessionDialog::SessionDialog (bool require_new, const std::string& session_name,
|
||||||
, _master_bus_channel_count_adj (2, 0, 100, 1, 10, 0)
|
, _master_bus_channel_count_adj (2, 0, 100, 1, 10, 0)
|
||||||
, _existing_session_chooser_used (false)
|
, _existing_session_chooser_used (false)
|
||||||
{
|
{
|
||||||
|
#ifndef PLATFORM_WINDOWS
|
||||||
set_keep_above (true);
|
set_keep_above (true);
|
||||||
|
#endif
|
||||||
set_position (WIN_POS_CENTER);
|
set_position (WIN_POS_CENTER);
|
||||||
get_vbox()->set_spacing (6);
|
get_vbox()->set_spacing (6);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue