Skip to content

Commit

Permalink
Fix array updating bug
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Feb 10, 2025
1 parent f8034b7 commit e1d0293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Objects/ArrayObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ class GraphicalArray final : public Component
auto const min = static_cast<float>(range.getValue().getArray()->getReference(0));
auto const max = static_cast<float>(range.getValue().getArray()->getReference(1));
setScale({ min, max });
updateArrayPath();
repaint();
}
}
Expand Down

0 comments on commit e1d0293

Please sign in to comment.