Closed ramagottfried closed 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)
fixed by limiting the minimum path width to 1 pixel
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)