Changeset 10365 in josm for trunk/src/org
- Timestamp:
- 2016-06-12T22:47:38+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/SideButton.java
r10362 r10365 42 42 setIcon(icon.getImageIconBounded( 43 43 ImageProvider.ImageSizes.SIDEBUTTON.getImageDimension())); 44 } else { /* TODO: remove when calling code is fixed */44 } else { /* TODO: remove when calling code is fixed, replace by exception */ 45 45 Main.warn("Old style SideButton usage for action " + action); 46 46 fixIcon(action); … … 80 80 * Fix icon size 81 81 * @param action the action 82 * @deprecated 82 * @deprecated This method is old style and will be removed together with the removal 83 * of old constructor code 83 84 */ 84 85 @Deprecated -
trunk/src/org/openstreetmap/josm/gui/util/GuiSizesHelper.java
r10362 r10365 12 12 * @since 10358 13 13 */ 14 public class GuiSizesHelper {14 final public class GuiSizesHelper { 15 15 16 16 private GuiSizesHelper() {
Note:
See TracChangeset
for help on using the changeset viewer.