We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930a815 commit ff065eaCopy full SHA for ff065ea
source/apphelpers.pas
@@ -1509,6 +1509,7 @@ procedure FixVT(VT: TVirtualStringTree; IsResultGrid: Boolean=False);
1509
VT.HintMode := hmTooltip; // Just a quick tooltip for clipped nodes
1510
VT.OnStartOperation := Mainform.AnyGridStartOperation;
1511
VT.OnEndOperation := Mainform.AnyGridEndOperation;
1512
+ VT.BorderStyle := bsNone; // Cosmetic
1513
end;
1514
1515
0 commit comments