mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
"fix" for opendialog being closed after showing message dialog
git-svn-id: trunk@7017 -
This commit is contained in:
parent
9cd37703de
commit
d248fcf4af
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user