[SUmmary] Little improvement: making the splash screen a POPUP window

This commit is contained in:
Valeriy Kamyshniy 2014-11-26 19:01:10 +02:00
parent f39a81f006
commit 03e942b6d2
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@ using namespace ARDOUR;
Splash* Splash::the_splash = 0;
Splash::Splash ()
: Gtk::Window (Gtk::WINDOW_POPUP)
{
assert (the_splash == 0);