Commit c62b314

Nick committed on
Attempt to fix the 'windows cant be closed' bug
commit c62b314542f8277da0b71daf2968d7983884125a parent bb55981
1 changed files +1−0
Modifiedtracker.pas +1−0
@@ -1457,6 +1457,7 @@ var
1457 I: Integer; 1457 I: Integer;
1458 Samp: Integer; 1458 Samp: Integer;
1459 begin 1459 begin
1460 Application.ProcessMessages;
1460 // Hack to prevent the effect editor from choking when it's trying to close. 1461 // Hack to prevent the effect editor from choking when it's trying to close.
1461 if Playing then 1462 if Playing then
1462 OscilloscopeUpdateTimer.Interval := 25 1463 OscilloscopeUpdateTimer.Interval := 25