Skip to content

Commit

Permalink
GH-79 Avoid using deprecated move_to_foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jan 21, 2024
1 parent 882e7f2 commit ce09546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/window_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ void OrchestratorWindowWrapper::set_margins_enabled(bool p_enabled)

void OrchestratorWindowWrapper::move_to_foreground()
{
_window->move_to_foreground();
_window->grab_focus();
}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit ce09546

Please sign in to comment.