From 1648d9cbc6321a15230db6965b9fe8afa1f8b421 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 29 Oct 2014 23:05:46 +0100 Subject: fix "Session Setup" dialog obscures "File Open" dlg on windows. --- gtk2_ardour/session_dialog.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour') diff --git a/gtk2_ardour/session_dialog.cc b/gtk2_ardour/session_dialog.cc index 819030f1f9..72dd0c8fae 100644 --- a/gtk2_ardour/session_dialog.cc +++ b/gtk2_ardour/session_dialog.cc @@ -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) , _existing_session_chooser_used (false) { +#ifndef PLATFORM_WINDOWS set_keep_above (true); +#endif set_position (WIN_POS_CENTER); get_vbox()->set_spacing (6); -- cgit v1.2.3