mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Changed SparseSet to work with Range objects. Fixed array sorting bug.
This commit is contained in:
parent
21006fbd0a
commit
9c5651fb8e
14 changed files with 251 additions and 310 deletions
|
|
@ -191,7 +191,7 @@ public:
|
|||
{
|
||||
if (isEnabled() && owner.getModel() != 0 && ! (e.mouseWasClicked() || isDragging))
|
||||
{
|
||||
const SparseSet <int> selectedRows (owner.getSelectedRows());
|
||||
const SparseSet<int> selectedRows (owner.getSelectedRows());
|
||||
|
||||
if (selectedRows.size() > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue