fix "Session Setup" dialog obscures "File Open" dlg on windows.

This commit is contained in:
Robin Gareus 2014-10-29 23:05:46 +01:00
parent 973d40e3ac
commit 1648d9cbc6

View file

@ -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);