You've already forked lazarus-ccr
jvcllaz: Fix TJvYearGrid "hiding" pages in a PageControl.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7216 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1342,7 +1342,7 @@ var
|
||||
NewWidth, NewHeight: Integer;
|
||||
tmp: Integer;
|
||||
begin
|
||||
if not (csReading in ComponentState) and FAutoSize then
|
||||
if not (csLoading in ComponentState) and FAutoSize then
|
||||
begin
|
||||
UpdateAllSizes;
|
||||
if aoGrid in AutoSizeOptions then
|
||||
|
Reference in New Issue
Block a user