Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Oct 14, 2024
1 parent 92543c4 commit 446e84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/formmain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6289,7 +6289,7 @@ procedure TfmMain.SetShowOnTop(AValue: boolean);
begin
UiOps.ShowFormsOnTop:= AValue;
UpdateFormOnTop(Self);
//UpdateStatusbar;
//UpdateStatusbar; //2024.10: why it was here? not needed, seems.
end;

procedure TfmMain.SetSidebarPanel(const ACaption: string);
Expand Down

0 comments on commit 446e84a

Please sign in to comment.