Summary: | NEWT OSX ChildWindow setVisible(..) does not hide child window appropriately | ||
---|---|---|---|
Product: | [JogAmp] Newt | Reporter: | Sven Gothel <sgothel> |
Component: | macosx | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | --- | ||
Version: | 1 | ||
Hardware: | All | ||
OS: | all | ||
Type: | DEFECT | SCM Refs: |
c3c204a2e374c1dc4c1fb51f15444e5b92850839
|
Workaround: | --- |
Description
Sven Gothel
2014-02-10 18:45:29 CET
Instead of using [mWin orderBack: mWin] for child windows, utilize [mWin orderWindow: NSWindowOut relativeTo: [pWin windowNumber]] |