Hide Control focus when given via mouse input
This commit is contained in:
parent
2753d333f6
commit
aeb3a45c97
53 changed files with 229 additions and 105 deletions
|
|
@ -415,7 +415,7 @@ void EmbeddedProcess::_check_focused_process_id() {
|
|||
if (modal_window->get_mode() == Window::MODE_MINIMIZED) {
|
||||
modal_window->set_mode(Window::MODE_WINDOWED);
|
||||
}
|
||||
callable_mp(modal_window, &Window::grab_focus).call_deferred();
|
||||
callable_mp(modal_window, &Window::grab_focus).call_deferred(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue