You've already forked lazarus-ccr
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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user