mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 03:39:18 +02:00
LCL: In TCustomcalendar, always SetProps in InitializeWnd (issue #0032379). Patch by soner.
git-svn-id: trunk@55820 -
This commit is contained in:
parent
6059f5a7dd
commit
5d3204f042
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user