mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Call UpdatePrompt only when need
This commit is contained in:
parent
15aa81538e
commit
c67e68e0ab
1 changed files with 2 additions and 1 deletions
|
|
@ -2190,6 +2190,7 @@ begin
|
|||
if Assigned(QuickViewPanel) then
|
||||
Commands.cm_QuickView(['Close']);
|
||||
|
||||
UpdatePrompt;
|
||||
UpdateTreeViewPath;
|
||||
end;
|
||||
|
||||
|
|
@ -3793,7 +3794,6 @@ begin
|
|||
Page := FileView.NotebookPage as TFileViewPage;
|
||||
SelectedPanel := Page.Notebook.Side;
|
||||
UpdateSelectedDrive(Page.Notebook);
|
||||
UpdatePrompt;
|
||||
UpdateFreeSpace(Page.Notebook.Side);
|
||||
end;
|
||||
end;
|
||||
|
|
@ -4966,6 +4966,7 @@ begin
|
|||
if PanelSelected = AValue then Exit;
|
||||
PanelSelected := AValue;
|
||||
UpdateTreeViewPath;
|
||||
UpdatePrompt;
|
||||
end;
|
||||
|
||||
procedure TfrmMain.TypeInCommandLine(Str: String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue