Skip to content

Commit b31f78a

Browse files
committed
enhance: hide grid cell border lines in most VirtualStringTree's
1 parent 3605706 commit b31f78a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

source/insertfiles.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ object frmInsertFiles: TfrmInsertFiles
258258
TabOrder = 0
259259
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes, toAutoChangeScale]
260260
TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
261-
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
261+
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed]
262262
TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect]
263263
OnAfterCellPaint = GridAfterCellPaint
264264
OnBeforeCellPaint = ListFilesBeforeCellPaint

source/routine_editor.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ object frmRoutineEditor: TfrmRoutineEditor
446446
NodeDataSize = 0
447447
TabOrder = 0
448448
TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
449-
TreeOptions.PaintOptions = [toHideFocusRect, toHotTrack, toShowButtons, toShowDropmark, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseExplorerTheme]
449+
TreeOptions.PaintOptions = [toHideFocusRect, toHotTrack, toShowButtons, toShowDropmark, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseExplorerTheme]
450450
TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect]
451451
OnBeforePaint = listParametersBeforePaint
452452
OnCreateEditor = listParametersCreateEditor

source/table_editor.lfm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

source/tabletools.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ object frmTableTools: TfrmTableTools
9595
IncrementalSearch = isAll
9696
TabOrder = 0
9797
TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toEditOnClick]
98-
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowHorzGridLines, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme]
98+
TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme]
9999
TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect]
100100
OnCompareNodes = ResultGridCompareNodes
101101
OnGetText = ResultGridGetText

0 commit comments

Comments
 (0)