Ignore:
Timestamp:
Aug 22, 2019, 11:01:15 AM (5 years ago)
Author:
chronos
Message:
  • Added: Reboot button.
  • Added: Check memory leaks.
Location:
branches/topdown
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/topdown

    • Property svn:ignore set to
      lib
      heaptrclog.trc
      OS.exe
      OS.lps
      OS.res
  • branches/topdown/UFormMain.pas

    r25 r26  
    6565    RemoveControl(Controls[ControlCount - 1]);
    6666  for I := 0 to BaseSystem.Tasks.Count - 1 do
    67   with TTask(BaseSystem.Tasks[I]) do begin
     67  with TTask(BaseSystem.Tasks[I]) do
     68  if not Terminated then begin
    6869    Button := TButton.Create(PanelTasks);
    6970    Button.Align := alLeft;
Note: See TracChangeset for help on using the changeset viewer.