Improve new InputManager code for gtk2 / Experimental / Issue #38730 / Patch by Do-wan Kim / see commit 65174 #0d724cb5bb

git-svn-id: trunk@65236 -
This commit is contained in:
martin 2021-06-15 13:06:12 +00:00
parent b0c766a26d
commit 060ea23a23

View File

@ -282,8 +282,6 @@ begin
if (im_context_widget<>nil) and
(GetNearestLCLObject(im_context_widget) is TCustomControl) then
begin
im_context_use:=False;
im_context_skipDelete:=False;
control:=TWinControl(GetNearestLCLObject(im_context_widget));
SendMessage(control.Handle,LM_IM_COMPOSITION,GTK_IM_FLAG_END,LPARAM(context));
end;