Summary: | NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not working | ||
---|---|---|---|
Product: | [JogAmp] Newt | Reporter: | ac <andres.colubri> |
Component: | macosx | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | --- | ||
Version: | 2.3.2 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
3d2765f0bb752debd7784f717eeac4c9eb500d5a
|
Workaround: | --- | ||
Bug Depends on: | 1188 | ||
Bug Blocks: |
Description
ac
2015-09-19 00:38:00 CEST
commit 3d2765f0bb752debd7784f717eeac4c9eb500d5a: - The NSWindow level must be set at window creation - Levels are - aontop: kCGMaximumWindowLevel - aonbottom: kCGDesktopIconWindowLevel (w/ input) - normal: NSNormalWindowLevel - Hence we need to recreate the NSWindow if toggling the state, similar to opaque .. etc. |