mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 08:08:00 +02:00
IDE: SourceEditor,fixes for 3rd-party registered StatusBar panels
This commit is contained in:
parent
e375a961ce
commit
093f489b9b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user