Changeset 67 for trunk/Forms/UFormSourceCode.pas
- Timestamp:
- Jan 17, 2015, 4:08:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormSourceCode.pas
r61 r67 169 169 begin 170 170 Core.Project.Modified := True; 171 MainForm.CurrentTarget.Compiled := False;172 MainForm.UpdateInterface;171 Core.CurrentTarget.Compiled := False; 172 FormMain.UpdateInterface; 173 173 end; 174 174 … … 185 185 Shift: TShiftState); 186 186 begin 187 MainForm.UpdateStatusBar;187 FormMain.UpdateStatusBar; 188 188 end; 189 189 … … 191 191 Shift: TShiftState; X, Y: Integer); 192 192 begin 193 MainForm.UpdateStatusBar;193 FormMain.UpdateStatusBar; 194 194 end; 195 195
Note:
See TracChangeset
for help on using the changeset viewer.