Commit 13bef9e

Nick Faro committed on
Potentially fix bug where Ctrl+S overwrites old file
commit 13bef9ecc6dc410e5214ec1cf69e7ced3bee7848 parent 3be456f
1 changed files +1−0
Modifiedsrc/tracker.pas +1−0
@@ -601,6 +601,7 @@ begin
601 601
602 UpdateBPMLabel; 602 UpdateBPMLabel;
603 603
604 FileSaveAs1.Dialog.FileName := FileName;
604 LoadedFilename := FileName; 605 LoadedFilename := FileName;
605 UpdateWindowTitle; 606 UpdateWindowTitle;
606 607