Changeset 10505 in josm for trunk/src/org
- Timestamp:
- 2016-07-03T00:15:27+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/util/GuiSizesHelper.java
r10409 r10505 31 31 synchronized (GuiHelper.class) { 32 32 if (screenDPI == -1) { 33 float scalePref = (float) Main.pref.getDouble("gui.scale", 0);33 float scalePref = (float) Main.pref.getDouble("gui.scale", 1.0); 34 34 if (scalePref != 0) { 35 35 screenDPI = 96f * scalePref;
Note:
See TracChangeset
for help on using the changeset viewer.