mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
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:
parent
b0c766a26d
commit
060ea23a23
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user