Просмотр исходного кода

Libraries: TVisualGrid bug fix

Herman Schoenfeld 7 лет назад
Родитель
Сommit
d502f068dd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/libraries/sphere10/UVisualGrid.pas

+ 1 - 0
src/libraries/sphere10/UVisualGrid.pas

@@ -397,6 +397,7 @@ uses
     property Options: TVisualGridOptions read FOptions write SetOptions;
     property Canvas: TCanvas read GetCanvas;
     property SelectionType: TSelectionType read FSelectionType write SetSelectionType;
+    // IMPORTANT: set DeselectionType before SelectionType to avoid auto-selected first row
     property DeselectionType: TDeselectionType read FDeselectionType write SetDeselectionType;
     property Selection: TVisualGridSelection read GetSelection;
     property SelectedRows : TArray<Variant> read GetSelectedRows;