JUCE
JUCE copied to clipboard
Fix resizing bug for right and bottom edges in GUI Editor
Fix Bug in GUI Editor for Component Resizing
What's Fixed This pull request addresses a bug in the GUI editor where components such as Text Buttons and Labels could be resized by dragging the top and left edges but not the bottom and right edges.
Root Cause The issue stemmed from omitting comparisons for w and h (width and height of the component) when modifying the comparison logic.