mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 00:40:18 +02:00
Qt: fixed wrong behaviour of vsList,vsReport when multiselect=true
git-svn-id: trunk@33167 -
This commit is contained in:
parent
da716b4e75
commit
41cc4fc040
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user