1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo in SelectedItemSet

This commit is contained in:
Tom Poole 2017-12-21 11:38:43 +00:00
parent 2bda2016c1
commit cc67e26658

View file

@ -78,7 +78,7 @@ public:
if (! other.isSelected (selectedItems.getReference (i)))
itemDeselected (selectedItems.removeAndReturn (i));
for (auto& i : selectedItems)
for (auto& i : other.selectedItems)
{
if (! isSelected (i))
{