mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
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:
@@ -7054,7 +7054,7 @@ begin
|
||||
Tree := TVirtualStringTree(Sender);
|
||||
HintText := Tree.Text[Node, Column];
|
||||
HintText := sstr(HintText, SIZE_KB);
|
||||
LineBreakStyle := hlbForceMultiLine;
|
||||
LineBreakStyle := hlbForceSingleLine;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user