mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Editor - status bar
This commit is contained in:
parent
a30766a0f9
commit
2d5a7f2e6f
2 changed files with 6 additions and 3 deletions
|
|
@ -67,10 +67,13 @@ object frmEditor: TfrmEditor
|
|||
Width = 150
|
||||
end
|
||||
item
|
||||
Width = 50
|
||||
end
|
||||
Width = 96
|
||||
end
|
||||
item
|
||||
Width = 50
|
||||
end
|
||||
item
|
||||
Width = 128
|
||||
end>
|
||||
SimplePanel = False
|
||||
end
|
||||
|
|
|
|||
|
|
@ -728,7 +728,7 @@ end;
|
|||
procedure TfrmEditor.UpdateHighlighter(Highlighter: TSynCustomHighlighter);
|
||||
begin
|
||||
dmHighl.SetHighlighter(Editor, Highlighter);
|
||||
StatusBar.Panels[3].Text:= Highlighter.LanguageName;
|
||||
StatusBar.Panels[4].Text:= Highlighter.LanguageName;
|
||||
end;
|
||||
|
||||
procedure TfrmEditor.FormCloseQuery(Sender: TObject;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue