Skip to content

Commit

Permalink
Merge pull request #85306 from HolonProduction/ime-async
Browse files Browse the repository at this point in the history
X11: Send IME update notification deferred
  • Loading branch information
akien-mga authored Dec 5, 2023
2 parents c4f872e + bf45d3a commit c442136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linuxbsd/x11/display_server_x11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,7 @@ void DisplayServerX11::_xim_preedit_draw_callback(::XIM xim, ::XPointer client_d
ds->im_selection = Point2i();
}

OS_Unix::get_singleton()->get_main_loop()->notification(MainLoop::NOTIFICATION_OS_IME_UPDATE);
OS_Unix::get_singleton()->get_main_loop()->call_deferred(SNAME("notification"), MainLoop::NOTIFICATION_OS_IME_UPDATE);
}
}

Expand Down

0 comments on commit c442136

Please sign in to comment.