Qt: fixed wrong behaviour of vsList,vsReport when multiselect=true

git-svn-id: trunk@33167 -
This commit is contained in:
zeljko 2011-10-30 10:59:51 +00:00
parent da716b4e75
commit 41cc4fc040

View File

@ -11262,7 +11262,7 @@ begin
else
if (getSelectionMode in [QAbstractItemViewMultiSelection,
QAbstractItemViewExtendedSelection]) and
(ItemsList.Count > 1) and (FSelection.Count <> ItemsList.Count) then
(ItemsList.Count >= 1) then // and (FSelection.Count <> ItemsList.Count) then
begin
RemoveUnSelectedItems;
for i := 0 to FSelection.Count - 1 do