IDE: SourceEditor,fixes for 3rd-party registered StatusBar panels

This commit is contained in:
Martin 2024-09-30 14:00:10 +02:00
parent e375a961ce
commit 093f489b9b

View File

@ -6917,6 +6917,7 @@ begin
Result := Items[i];
if Result.FPanel = APanel then
exit;
dec(i);
end;
Result := nil;
end;
@ -9287,6 +9288,7 @@ begin
Statusbar.Panels[CStatusPanelMacro].Width := 0;
end;
CalculateStatusBarSizes;
Statusbar.EndUpdate;
CheckCurrentCodeBufferChanged;