diff --git a/lcl/calendar.pp b/lcl/calendar.pp index ed2f3b6fae..be4e002109 100644 --- a/lcl/calendar.pp +++ b/lcl/calendar.pp @@ -201,7 +201,8 @@ end; procedure TCustomCalendar.InitializeWnd; begin inherited InitializeWnd; - if FPropsChanged then SetProps; + //if FPropsChanged then // removed to fix issue #0032379 + SetProps; end; procedure TCustomCalendar.DestroyWnd;