mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 00:49:29 +02:00
IDE: Prevent an AV when completing uses section units. Code added in r57105 #3164be0b8b.
git-svn-id: trunk@57109 -
This commit is contained in:
parent
9273f606f7
commit
761123c874
@ -268,7 +268,7 @@ var
|
||||
HintModifier: TPascalHintModifier;
|
||||
HelperForNode: TCodeTreeNode;
|
||||
begin
|
||||
if (Colors<>nil) or MeasureOnly then
|
||||
if Colors<>nil then
|
||||
begin
|
||||
if ItemSelected then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user