Commit 1d8f00f

Nick committed on
Update manual
commit 1d8f00f60030720ca38a8da73663e046264ad163 parent f0339ab
3 changed files +7−4
Modifiedtracker.lfm +4−4
@@ -1,7 +1,7 @@
1 object frmTracker: TfrmTracker 1 object frmTracker: TfrmTracker
2 Left = 878 2 Left = 958
3 Height = 1250 3 Height = 1250
4 Top = 196 4 Top = 750
5 Width = 2067 5 Width = 2067
6 Caption = 'hUGETracker' 6 Caption = 'hUGETracker'
7 ClientHeight = 1216 7 ClientHeight = 1216
@@ -58,10 +58,10 @@ object frmTracker: TfrmTracker
58 Height = 820 58 Height = 820
59 Top = 0 59 Top = 0
60 Width = 1720 60 Width = 1720
61 ActivePage = RoutinesTabSheet 61 ActivePage = GeneralTabSheet
62 Align = alClient 62 Align = alClient
63 ParentFont = False 63 ParentFont = False
64 TabIndex = 5 64 TabIndex = 0
65 TabOrder = 0 65 TabOrder = 0
66 object GeneralTabSheet: TTabSheet 66 object GeneralTabSheet: TTabSheet
67 Caption = 'General' 67 Caption = 'General'
Modifiedtracker.pas +3−0
@@ -1020,6 +1020,9 @@ begin
1020 // Start the Oscilloscope repaint timer 1020 // Start the Oscilloscope repaint timer
1021 OscilloscopeUpdateTimer.Enabled := True; 1021 OscilloscopeUpdateTimer.Enabled := True;
1022 1022
1023 // Switch to general tab sheet
1024 PageControl1.ActivePageIndex := 0;
1025
1023 {$ifdef DEVELOPMENT} 1026 {$ifdef DEVELOPMENT}
1024 DebugShiteButton.Visible := True; 1027 DebugShiteButton.Visible := True;
1025 DebugPlayNoteButton.Visible := True; 1028 DebugPlayNoteButton.Visible := True;