@@ -1145,6 +1145,7 @@ begin |
| 1145 |
finally |
1145 |
finally |
| 1146 |
stream.Free; |
1146 |
stream.Free; |
| 1147 |
end; |
1147 |
end; |
|
|
1148 |
FileSaveAs1.Dialog.FileName := FileOpen1.Dialog.FileName; |
| 1148 |
|
1149 |
|
| 1149 |
UpdateUIAfterLoad; |
1150 |
UpdateUIAfterLoad; |
| 1150 |
end; |
1151 |
end; |
@@ -1526,10 +1527,10 @@ var |
| 1526 |
begin |
1527 |
begin |
| 1527 |
// HACK: Avoid LCL bug where modal windows can't close. |
1528 |
// HACK: Avoid LCL bug where modal windows can't close. |
| 1528 |
if frmOptions.Visible or frmEffectEditor.Visible then Exit; |
1529 |
if frmOptions.Visible or frmEffectEditor.Visible then Exit; |
| 1529 |
{if Playing then |
1530 |
if Playing then |
| 1530 |
OscilloscopeUpdateTimer.Interval := 25 |
1531 |
OscilloscopeUpdateTimer.Interval := 25 |
| 1531 |
else |
1532 |
else |
| 1532 |
OscilloscopeUpdateTimer.Interval := 200;} |
1533 |
OscilloscopeUpdateTimer.Interval := 200; |
| 1533 |
|
1534 |
|
| 1534 |
Max1 := -1; |
1535 |
Max1 := -1; |
| 1535 |
Max2 := -1; |
1536 |
Max2 := -1; |