mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
Update to 7-Zip Version 18.05
This commit is contained in:
@@ -218,6 +218,8 @@ void CPanel::InvertSelection()
|
||||
FOR_VECTOR (i, _selectedStatusVector)
|
||||
if (_selectedStatusVector[i])
|
||||
numSelected++;
|
||||
// 17.02: fixed : now we invert item even, if single item is selected
|
||||
/*
|
||||
if (numSelected == 1)
|
||||
{
|
||||
int focused = _listView.GetFocusedItem();
|
||||
@@ -229,6 +231,7 @@ void CPanel::InvertSelection()
|
||||
_selectedStatusVector[realIndex] = false;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
FOR_VECTOR (i, _selectedStatusVector)
|
||||
_selectedStatusVector[i] = !_selectedStatusVector[i];
|
||||
|
||||
Reference in New Issue
Block a user