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:
wp_xxyyzz
2020-01-02 14:37:43 +00:00
parent c745a3cc75
commit a00f9d0611

View File

@ -1342,7 +1342,7 @@ var
NewWidth, NewHeight: Integer; NewWidth, NewHeight: Integer;
tmp: Integer; tmp: Integer;
begin begin
if not (csReading in ComponentState) and FAutoSize then if not (csLoading in ComponentState) and FAutoSize then
begin begin
UpdateAllSizes; UpdateAllSizes;
if aoGrid in AutoSizeOptions then if aoGrid in AutoSizeOptions then