You've already forked lazarus-ccr
* Fix compilation after recent changes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1137 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5059,8 +5059,10 @@ begin
|
||||
begin
|
||||
if Tree.HandleAllocated and PeekMessage(Msg, Tree.Handle, WM_CHANGESTATE, WM_CHANGESTATE, PM_REMOVE) then
|
||||
begin
|
||||
TranslateMessage(Msg);
|
||||
DispatchMessage(Msg);
|
||||
//todo: see if is correct / will work
|
||||
Application.ProcessMessages;
|
||||
//TranslateMessage(Msg);
|
||||
//DispatchMessage(Msg);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user