Gtk2: fixed call to InvalidateLastWFPResult.

This commit is contained in:
zeljan1 2025-01-04 21:26:16 +01:00
parent 88f7910c32
commit 8b937e6645

View File

@ -635,7 +635,7 @@ begin
if not WSCheckHandleAllocated(AWinControl, 'SetBounds')
then Exit;
ResizeHandle(AWinControl);
InvalidateLastWFPResult(AWinControl, Rect(ALeft, ATop, AWidth, AHeight));
InvalidateLastWFPResult(AWinControl, Bounds(ALeft, ATop, AWidth, AHeight));
if not AWinControl.Visible then // Gtk2WSForms.ShowHide will correct visibility
exit;
if (not (AWinControl is TCustomForm)) or (AWinControl.Parent<>nil)