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
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 6.3 [ 13093 ] |
Patrick Corless
made changes -
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 | ||||
MODIFY
/icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/viewer/Launcher.java
MODIFY /icepdf/trunk/icepdf/viewer/viewer-awt/src/main/java/org/icepdf/ri/common/SwingViewBuilder.java |
Patrick Corless
made changes -
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.