ramagottfried / symbolist

A library for graphic/symbolic score editing
15 stars 3 forks source link

drag resize crash #79

Closed ramagottfried closed 6 years ago

ramagottfried commented 6 years ago

crash when resize shrinks objects to be negative, JUCE freaks out and generates nan values in the path.

to fix I think we might be able to edit the EditSelectionBox class (which is a custom version the JUCE ResizableBoarderComponent)

ramagottfried commented 6 years ago

fixed by limiting the minimum path width to 1 pixel