Always keep entity/texture window on top

This commit is contained in:
Marco Cawthorne 2021-11-01 00:24:44 +01:00
parent 6a9f283c64
commit 18810b4edd
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ void GroupDlg::Create(ui::Window parent)
ASSERT_MESSAGE(!m_window, "dialog already created");
auto window = ui::Window(create_persistent_floating_window("Entities", parent));
gtk_window_set_keep_above(GTK_WINDOW(window), TRUE);
global_accel_connect_window(window);