You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Makes embed floating window respect always on top
This commit is contained in:
@@ -337,6 +337,9 @@ void GameView::_stop_pressed() {
|
|||||||
void GameView::_embedding_completed() {
|
void GameView::_embedding_completed() {
|
||||||
_attach_script_debugger();
|
_attach_script_debugger();
|
||||||
_update_ui();
|
_update_ui();
|
||||||
|
if (make_floating_on_play) {
|
||||||
|
get_window()->set_flag(Window::FLAG_ALWAYS_ON_TOP, bool(GLOBAL_GET("display/window/size/always_on_top")));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void GameView::_embedding_failed() {
|
void GameView::_embedding_failed() {
|
||||||
|
|||||||
Reference in New Issue
Block a user