Changeset 2227 in josm for trunk/src/org/openstreetmap/josm/gui
- Timestamp:
- 2009-10-03T12:20:06+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MultiSplitLayout.java
r2224 r2227 760 760 checkLayout(splitChild); 761 761 } 762 if (weight > 1.0 ) {762 if (weight > 1.0 + 0.000000001) { /* add some epsilon to a double check */ 763 763 throwInvalidLayout("Split children's total weight > 1.0", root); 764 764 }
Note:
See TracChangeset
for help on using the changeset viewer.