mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 10:40:50 +02:00
Save SpeedButton is now disabled after save
git-svn-id: trunk@5369 -
This commit is contained in:
parent
9d8deb06d1
commit
10c5210234
@ -4449,6 +4449,7 @@ begin
|
||||
if not (sfSaveToTestDir in Flags) then begin
|
||||
ActiveUnitInfo.Modified:=false;
|
||||
ActiveSrcEdit.Modified:=false;
|
||||
SaveSpeedBtn.Enabled := SourceNotebook.GetActiveSe.Modified;
|
||||
end;
|
||||
SourceNoteBook.UpdateStatusBar;
|
||||
|
||||
@ -10280,6 +10281,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.719 2004/04/03 18:16:39 mattias
|
||||
Save SpeedButton is now disabled after save
|
||||
|
||||
Revision 1.718 2004/04/03 09:16:13 mattias
|
||||
reduced redundancy from GongYu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user