Details
Description
Starting noticing this a while ago on some our test machines, basically swing tool bar start showing up on the main launcher window instead of the macOS file bar at the top of every monitor.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3 [ 13093 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51812 | Tue Aug 01 15:11:43 MDT 2017 | patrick.corless | no longer setup some of the UI enhancements. |
Files Changed | ||||
![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The preferred way to detect the OS is now Defs.sysProperty("os.name").contains("OS X") instead of the very old method Defs.sysProperty("mrj.version") != null.