When a resizable window witha Native Title bar is moved up flush with the menu bar the vertical resizer no longer allows growing…only shrinking. (OS 10.5.6)
Steps to reproduce
- Launch JUCE Demo from the tip
- Swap to Use native window title bar
- Drag the window as close to the menu bar as it can go
- Try to resize
Moving it just 1 pixel down allows it to be resized properly
Problem appears to be somewhere in
NSRect NSViewComponentPeer::constrainRect (NSRect r)
and probably the constrainer->checkBounds function.
