"fix" for opendialog being closed after showing message dialog

git-svn-id: trunk@7017 -
This commit is contained in:
micha 2005-03-23 20:45:18 +00:00
parent 9cd37703de
commit d248fcf4af

View File

@ -360,6 +360,9 @@ begin
if AccelTable <> 0 then
DestroyAcceleratorTable(AccelTable);
DestroyWindow(Handle);
{ TODO: HACK: next line "fixes" opendialogs being closed after
closing message dialog }
TWin32WidgetSet(InterfaceObject).HandleEvents;
end;
procedure TWin32WSWinControl.Invalidate(const AWinControl: TWinControl);