mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 10:55:57 +01:00
revert nedko's splash screen change because it breaks splash screen management
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5321 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
359a8469a7
commit
28d25da2f0
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ void
|
|||
Splash::on_realize ()
|
||||
{
|
||||
Window::on_realize ();
|
||||
get_window()->set_override_redirect(true);
|
||||
get_window()->set_decorations (Gdk::WMDecoration (0));
|
||||
/* get_window()->set_override_redirect(true);*/
|
||||
layout->set_font_description (get_style()->get_font());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue