@@ -374,7 +374,7 @@ object frmTableEditor: TfrmTableEditor
374374 TabOrder = 1
375375 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoTristateTracking, toAutoChangeScale]
376376 TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
377- TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseExplorerTheme, toHideTreeLinesIfThemed]
377+ TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseExplorerTheme, toHideTreeLinesIfThemed]
378378 TreeOptions.SelectionOptions = [toExtendedFocus, toRightClickSelect]
379379 OnBeforePaint = treeIndexesBeforePaint
380380 OnClick = AnyTreeClick
@@ -546,7 +546,7 @@ object frmTableEditor: TfrmTableEditor
546546 PopupMenu = popupProperties
547547 TabOrder = 1
548548 TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
549- TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowTreeLines, toShowVertGridLines , toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
549+ TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
550550 TreeOptions.SelectionOptions = [toExtendedFocus]
551551 OnBeforePaint = listForeignKeysBeforePaint
552552 OnClick = AnyTreeClick
@@ -631,7 +631,7 @@ object frmTableEditor: TfrmTableEditor
631631 PopupMenu = popupProperties
632632 TabOrder = 1
633633 TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
634- TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowTreeLines, toShowVertGridLines , toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
634+ TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
635635 TreeOptions.SelectionOptions = [toExtendedFocus]
636636 OnBeforePaint = listCheckConstraintsBeforePaint
637637 OnClick = AnyTreeClick
@@ -1083,7 +1083,7 @@ object frmTableEditor: TfrmTableEditor
10831083 TabOrder = 2
10841084 TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoTristateTracking, toAutoChangeScale]
10851085 TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toWheelPanning, toFullRowDrag, toEditOnClick]
1086- TreeOptions.PaintOptions = [toHotTrack, toShowDropmark, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
1086+ TreeOptions.PaintOptions = [toHotTrack, toShowDropmark, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
10871087 TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toMultiSelect]
10881088 WantTabs = True
10891089 OnAfterCellPaint = listColumnsAfterCellPaint
0 commit comments