added fast read+write
fixed modified bug for the notes
This commit is contained in:
@ -488,6 +488,9 @@ procedure TfrmMain.rtfNotesKeyDown(Sender: TObject; var Key: Word;
|
||||
Shift: TShiftState);
|
||||
begin
|
||||
UpdateNotes;
|
||||
|
||||
mnuModified.Caption := lModified;
|
||||
ActiveDoc.Modified := True;
|
||||
end;
|
||||
|
||||
{ <- Notes - Code-Explorer -> }
|
||||
|
Reference in New Issue
Block a user