Changeset 12368 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-06-09T20:27:07+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapFrame.java
r12347 r12368 97 97 public static final int DEF_TOGGLE_DLG_WIDTH = 330; 98 98 99 private final staticIntegerProperty TOGGLE_DIALOGS_WIDTH = new IntegerProperty("toggleDialogs.width", DEF_TOGGLE_DLG_WIDTH);99 private static final IntegerProperty TOGGLE_DIALOGS_WIDTH = new IntegerProperty("toggleDialogs.width", DEF_TOGGLE_DLG_WIDTH); 100 100 /** 101 101 * Do not require to switch modes (potlatch style workflow) for drawing/selecting map modes. 102 102 * @since 12347 103 103 */ 104 public final staticBooleanProperty MODELESS = new BooleanProperty("modeless", false);104 public static final BooleanProperty MODELESS = new BooleanProperty("modeless", false); 105 105 /** 106 106 * The current mode, this frame operates.
Note:
See TracChangeset
for help on using the changeset viewer.