Issue #618: exchange sort arrows on data grid headers

This commit is contained in:
Ansgar Becker
2020-06-29 14:50:38 +02:00
parent 1d2fb54a14
commit f65aed0d3a

View File

@@ -5384,9 +5384,9 @@ begin
if SortIndex > -1 then begin
Inc(SortArea.Left, SortArea.Width - Sender.Images.Width);
if DataGridSortColumns[SortIndex].SortDirection = ORDER_ASC then
SortText := ''
SortText := ''
else
SortText := '';
SortText := '';
SortText := IfThen(SortIndex<9, NumSort[SortIndex], NumSort[9]) + SortText;
SetTextColor(DC, ColorToRGB(clGrayText));
PaintInfo.TargetCanvas.TextOut(SortArea.Left, SortArea.Top, SortText);