mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
Fixed property editor for synedit.gutter.parts . Issue #17423
git-svn-id: trunk@27526 -
This commit is contained in:
parent
8412e35e4e
commit
07cdce2e1f
@ -225,7 +225,7 @@ begin
|
||||
RegisterClasses([TSynGutterPartList, TSynGutterSeparator, TSynGutterCodeFolding,
|
||||
TSynGutterLineNumber, TSynGutterChanges, TSynGutterMarks]);
|
||||
|
||||
RegisterPropertyEditor(ClassTypeInfo(TSynGutterPartList), nil,
|
||||
RegisterPropertyEditor(ClassTypeInfo(TSynGutterPartListBase), nil,
|
||||
'', TSynPropertyEditGutterPartList);
|
||||
|
||||
RegisterGutterPartClass(TSynGutterLineNumber, syndsLineNumbers);
|
||||
|
Loading…
Reference in New Issue
Block a user