Changes between Initial Version and Version 1 of Ticket #9995, comment 52
- Timestamp:
- 2016-06-17T10:52:38+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9995, comment 52
initial v1 5 5 * Updated {{{SideButton}}} constructor to show warning "Old style SideButton usage for action ...". It's strange that constructor with two arguments is always called with "false" as second argument; 6 6 * Added "isDisabled" property to {{{ImageProvider}}}. When isDisabled == true image is generated in grayscale; 7 * Improved {{{NoteLayer}}}. Removed hardcoded {{{NotesDialog.ICON_SMALL_SIZE}}} constant. This fixes bug with notes rendering (see attached screenshots: 5_Note_default.png ,5_Note_hidpi_buggy.png, 5_Note_hidpi_fixed.png).7 * Improved {{{NoteLayer}}}. Removed hardcoded {{{NotesDialog.ICON_SMALL_SIZE}}} constant. This fixes bug with notes rendering (see attached screenshots: [https://josm.openstreetmap.de/attachment/ticket/9995/5_Note_default.png 5_Note_default.png], [https://josm.openstreetmap.de/attachment/ticket/9995/5_Note_hidpi_buggy.png 5_Note_hidpi_buggy.png], [https://josm.openstreetmap.de/attachment/ticket/9995/5_Note_hidpi_fixed.png 5_Note_hidpi_fixed.png]). 8 8 9 9