remove keep above since parent now works
This commit is contained in:
parent
df8cc3cfaa
commit
71c3960525
@ -78,7 +78,6 @@ namespace Sernatur {
|
||||
private void menu_tours(Gtk.MenuItem menu_item) {
|
||||
tour_window = new TourWindow (application);
|
||||
tour_window.set_transient_for (this); // Set this window as the parent of the new window
|
||||
tour_window.set_keep_above (true);
|
||||
tour_window.present ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user