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 c6dffe1 commit c770406Copy full SHA for c770406
source/apphelpers.pas
@@ -1479,12 +1479,8 @@ procedure FixVT(VT: TVirtualStringTree; IsResultGrid: Boolean=False);
1479
else
1480
MultiLineCount := 1;
1481
// Issue #2344: TBaseVirtualTree.UpdateVerticalRange crashes with ERangeError on ArchLinux
1482
- // due to FRangeY/Cardinal getting a negative value.
1483
- // Happening when DefaultNodeHeight is set and then with 0 nodes in data grid
1484
- // Once the form files are back at 96 PPI this should no longer crash.
1485
- {$IFNDEF LINUX}
+ // Fixed through form files back at 96 PPI
1486
VT.DefaultNodeHeight := SingleLineHeight * MultiLineCount;
1487
- {$ENDIF}
1488
if MultiLineCount > 1 then begin
1489
VT.BeginUpdate;
1490
Node := VT.GetFirstInitialized;
0 commit comments