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 c179b83 commit 10f854dCopy full SHA for 10f854d
Source/VirtualTrees.Header.pas
@@ -5267,7 +5267,7 @@ function TVirtualTreeColumns.GetPreviousColumn(Column : TColumnIndex) : TColumnI
5267
Result := FPositionToIndex[Position - 1]
5268
else
5269
Result := InvalidColumn;
5270
- Assert(Position <> Result, 'The previous column must not have the same position as the given column.');
+ Assert(Column <> Result, 'The previous column must not have the same position as the given column.');
5271
end;
5272
5273
0 commit comments