mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 10:58:15 +02:00
fix non-robustness of FCL CheckSynchronize, it only works if multi-threadedness is initialized
git-svn-id: trunk@8264 -
This commit is contained in:
parent
c8b8cc06c1
commit
a7e82a005f
@ -575,7 +575,8 @@ begin
|
||||
TGtkWidgetSet(data).ProcessChildSignal;
|
||||
end;
|
||||
// execute the to-be synchronized method
|
||||
CheckSynchronize;
|
||||
if IsMultiThread then
|
||||
CheckSynchronize;
|
||||
end;
|
||||
|
||||
procedure TGtkWidgetSet.InitSynchronizeSupport;
|
||||
|
Loading…
Reference in New Issue
Block a user