JOSM/Mapillary

Image Viewer is not moved back to main dialog after adding to Color Picker dialog.

GhostFoxSledgehammer opened this issue · 2 comments

add(MapillaryMainDialog.getInstance().imageViewer, GBC.std().insets(5).weight(1, 1).fill());

Here the image viewer is added to a color picker dialog which removes it from the main dialog and is never added back when the dialog is closed.

You are right.

I believe I fixed it in 36dc3b8. Ideally, I'd just move the color picker to to the MapillaryMainDialog, but I don't have the time to do that right now.