- Timestamp:
- 2017-09-04T20:16:46+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/HiDPISupport.java
r12722 r12724 140 140 */ 141 141 private static double getHiDPIScale() { 142 if (GraphicsEnvironment.isHeadless()) 143 return 1.0; 142 144 GraphicsConfiguration gc = GraphicsEnvironment 143 145 .getLocalGraphicsEnvironment()
Note:
See TracChangeset
for help on using the changeset viewer.