mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 08:59:13 +02:00
IDE: codeexplorer figure mpety class sections: ignore first published
git-svn-id: trunk@19468 -
This commit is contained in:
parent
a4a1f193d8
commit
803eb781be
@ -966,7 +966,7 @@ begin
|
||||
CheckUnsortedClassMembers(CodeNode);
|
||||
if (cefcEmptyClassSections in Figures) and
|
||||
(CodeNode.FirstChild=nil) and
|
||||
((CodeNode.Desc <> ctnClassPublished) or (CodeNode.EndPos - CodeNode.StartPos > 7)) then
|
||||
((CodeNode.Desc <> ctnClassPublished) or (CodeNode.PriorBrother<>nil)) then
|
||||
begin
|
||||
// empty class section
|
||||
AddCodeNode(cefcEmptyClassSections,CodeNode);
|
||||
|
Loading…
Reference in New Issue
Block a user