mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix crash if Splash::pop_back_for() is called without splash on-screen
This commit is contained in:
parent
9b0ffbfb94
commit
3cecc3d26b
1 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,9 @@ Splash::pop_back_for (Gtk::Window& win)
|
|||
hide();
|
||||
#else
|
||||
set_keep_above (false);
|
||||
get_window()->restack (win.get_window(), false);
|
||||
if (is_mapped()) {
|
||||
get_window()->restack (win.get_window(), false);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue