mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 13:40:23 +02:00
LCL: removed unused flag csCreating
git-svn-id: trunk@23952 -
This commit is contained in:
parent
b14c713a33
commit
6c43608618
@ -836,7 +836,6 @@ var
|
||||
begin
|
||||
inherited DoOnResize;
|
||||
if ([csLoading,csDestroying]*ComponentState<>[])
|
||||
or (csCreating in ControlState)
|
||||
or (Bitmap=nil) or (Scroll=nil) then exit;
|
||||
OldHeight:=Bitmap.Height+2;
|
||||
OldWidth:=Bitmap.Width+Scroll.Width;
|
||||
|
@ -233,7 +233,6 @@ type
|
||||
csAlignmentNeeded,
|
||||
{$ENDIF}
|
||||
csFocusing,
|
||||
csCreating,
|
||||
csPaintCopy,
|
||||
csCustomPaint,
|
||||
csDestroyingHandle,
|
||||
|
Loading…
Reference in New Issue
Block a user