summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-03-15 03:06:39 +1100
committernick_m <mainsbridge@gmail.com>2015-03-15 03:06:39 +1100
commit7d188c8a1e648457afbdeed71bddabb395565e4d (patch)
treed8b3d165e5f0efcc0a8a7135ae11dec08f88995c /gtk2_ardour/session_dialog.cc
parent80e1687482e653ecc3d92397451d54ade0a213f4 (diff)
Remove the use of Window::set_keep_above() throughout startup.
This has been tested, but needs testing on more platforms (check for obscured windows/dialogs. Also use WIN_POS_CENTER in the "ask about loading session" dialog.
Diffstat (limited to 'gtk2_ardour/session_dialog.cc')
-rw-r--r--gtk2_ardour/session_dialog.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/session_dialog.cc b/gtk2_ardour/session_dialog.cc
index ed369d346e..80ef55322d 100644
--- a/gtk2_ardour/session_dialog.cc
+++ b/gtk2_ardour/session_dialog.cc
@@ -69,9 +69,6 @@ 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);