mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Restore multi line grid mode, broken by previous commit
This commit is contained in:
@ -1462,6 +1462,9 @@ var
|
||||
Node: PVirtualNode;
|
||||
begin
|
||||
VT.BeginUpdate;
|
||||
// Multiline nodes?
|
||||
if MultiLineCount > 1 then
|
||||
VT.DefaultNodeHeight := VT.DefaultNodeHeight * MultiLineCount + 5;
|
||||
// Apply new height to multi line grid nodes
|
||||
Node := VT.GetFirstInitialized;
|
||||
while Assigned(Node) do begin
|
||||
|
Reference in New Issue
Block a user