Try to show tooltip when columns in database tree are too narrow to show the full text. See http://www.heidisql.com/forum.php?t=20458

This commit is contained in:
Ansgar Becker
2016-01-31 18:20:03 +00:00
parent 0121d55694
commit 2e2b6f2275

View File

@@ -7054,7 +7054,7 @@ begin
Tree := TVirtualStringTree(Sender);
HintText := Tree.Text[Node, Column];
HintText := sstr(HintText, SIZE_KB);
LineBreakStyle := hlbForceMultiLine;
LineBreakStyle := hlbForceSingleLine;
end;
end;