diff --git a/source/table_editor.dfm b/source/table_editor.dfm index 1706d775..c43c374e 100644 --- a/source/table_editor.dfm +++ b/source/table_editor.dfm @@ -89,7 +89,7 @@ object frmTableEditor: TfrmTableEditor PopupMenu = popupColumns TabOrder = 2 TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning, toFullRowDrag, toEditOnClick] - TreeOptions.PaintOptions = [toHideFocusRect, toHotTrack, toShowDropmark, toThemeAware, toUseBlendedImages, toFullVertGridLines, toUseExplorerTheme, toHideTreeLinesIfThemed] + TreeOptions.PaintOptions = [toHideFocusRect, toHotTrack, toShowDropmark, toShowHorzGridLines, toShowVertGridLines, toThemeAware, toUseBlendedImages, toUseExplorerTheme, toHideTreeLinesIfThemed] TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect] WantTabs = True OnAfterCellPaint = listColumnsAfterCellPaint