Skip to content

Commit 8f3316a

Browse files
zisoftTurboGit
authored andcommitted
keep yes/no dialog on top
1 parent 6e067f9 commit 8f3316a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/gtk.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2981,6 +2981,7 @@ gboolean dt_gui_show_standalone_yes_no_dialog(const char *title,
29812981
}
29822982

29832983
gtk_widget_show_all(window);
2984+
gtk_window_set_keep_above(GTK_WINDOW(window), TRUE);
29842985
gtk_main();
29852986

29862987
return result.result == RESULT_YES;

0 commit comments

Comments
 (0)