diff options
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/fpg_widget.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/fpg_widget.pas b/src/corelib/fpg_widget.pas index 65b65260..67dc0eec 100644 --- a/src/corelib/fpg_widget.pas +++ b/src/corelib/fpg_widget.pas @@ -1417,6 +1417,7 @@ begin {$IFDEF CStackDebug} itf := DebugMethodEnter('TfpgWidget.SetPosition - ' + ClassName + ' ('+Name+')'); {$ENDIF} + if (FLeft <> ALeft) or (FTop <> ATop) or (FWidth <> AWidth) or (FHeight <> AHeight) then MoveAndResize(aleft, atop, awidth, aheight); end; |