AaronDavidNewman / Smoosic

A music notation editor written in javascript
Other
100 stars 14 forks source link

Selections should display as a single rectangle per system #63

Closed AaronDavidNewman closed 2 years ago

AaronDavidNewman commented 2 years ago

Currently, a selection will select each individual note, even within the same system. The selection should show as a single rectangle for each system. There is no reason to draw all those little rectangles. This slows down operations on large selections.

AaronDavidNewman commented 2 years ago

This should be fixed.