mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:00:27 +02:00
IDE: fixed statusbar ReadOnly
git-svn-id: trunk@18475 -
This commit is contained in:
parent
204d1aa9b5
commit
c011f84fde
@ -5925,8 +5925,7 @@ begin
|
||||
|
||||
If TempEditor.ReadOnly then
|
||||
if PanelFileMode <> '' then
|
||||
PanelFileMode := Format(lisUEReadOnly, [StatusBar.Panels[1
|
||||
].Text])
|
||||
PanelFileMode := Format(lisUEReadOnly, [PanelFileMode])
|
||||
else
|
||||
PanelFileMode := uepReadonly;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user