Skip to content

Commit

Permalink
MapillaryLayer: Add comment to help prevent reintroduction of JOSM-19516
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Sep 24, 2020
1 parent a54d185 commit 5845334
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ private void drawImageMarker(final Graphics2D g, final MapillaryAbstractImage im
g.setComposite(currentComposit);
}

// This _must_ be set after operations complete (see JOSM 19516 for more information)
AffineTransform backup = g.getTransform();
if (img instanceof MapillaryImage && mode instanceof EditMode) {
if (!((MapillaryImage) img).isDeleted()) {
Expand Down

0 comments on commit 5845334

Please sign in to comment.