tvplanit: Fix demo not showing DayView when switching from MonthView

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4835 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-25 10:56:48 +00:00
parent e704901b0e
commit bbb235eec8

View File

@ -696,6 +696,7 @@ begin
PageControl1.ActivePage := TabEvents; PageControl1.ActivePage := TabEvents;
LeftPanel.Hide; LeftPanel.Hide;
Splitter3.Hide; Splitter3.Hide;
VpMonthView1.Hide;
VpWeekView1.Hide; VpWeekView1.Hide;
VpDayView1.Parent := TabEvents; VpDayView1.Parent := TabEvents;
VpDayView1.Align := alClient; VpDayView1.Align := alClient;