From 714301679d47ff3d3cbefd25ed8b0c160e922dfe Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sat, 6 Jun 2020 13:35:29 +0200 Subject: [PATCH] Show tree lines in database tree, which may be helpful for a better overview --- source/main.dfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.dfm b/source/main.dfm index 2f889724..a01d5240 100644 --- a/source/main.dfm +++ b/source/main.dfm @@ -164,7 +164,7 @@ object MainForm: TMainForm PopupMenu = popupDB ShowHint = True TabOrder = 0 - TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused, toUseExplorerTheme, toHideTreeLinesIfThemed] + TreeOptions.PaintOptions = [toHotTrack, toShowButtons, toShowDropmark, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages, toGhostedIfUnfocused, toUseExplorerTheme] TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect] OnAfterCellPaint = DBtreeAfterCellPaint OnBeforeCellPaint = DBtreeBeforeCellPaint