mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 17:11:59 +02:00
IDE/Options: Fixed crash when opening color settings for the assembler window
This commit is contained in:
parent
087c6f6673
commit
ec7549e1c0
@ -1231,7 +1231,8 @@ begin
|
||||
|
||||
FCurHighlightElement := nil;
|
||||
FindCurHighlightElement;
|
||||
ComplWindowEntryParentNode.Collapse(True);
|
||||
if assigned(ComplWindowEntryParentNode) then
|
||||
ComplWindowEntryParentNode.Collapse(True);
|
||||
end;
|
||||
|
||||
procedure TEditorColorOptionsFrame.SetColorElementsToDefaults(OnlySelected: Boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user