mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-26 04:32:05 +00:00
Switching platform now properly updates the image editor view
This commit is contained in:
parent
21d71a57b9
commit
2d755384c2
@ -284,14 +284,14 @@ public class ApplicationUIControllerImpl extends ApplicationUIController {
|
||||
TileUtils.redrawTile(t);
|
||||
}
|
||||
Tile tile = currentTile;
|
||||
Image image = currentImage;
|
||||
rebuildTileSelectors();
|
||||
setCurrentTile(tile);
|
||||
if (currentMapEditor != null) {
|
||||
currentMapEditor.redraw();
|
||||
}
|
||||
if (currentImageEditor != null) {
|
||||
currentImageEditor.redraw();
|
||||
}
|
||||
rebuildImageSelector();
|
||||
setCurrentImage(image);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user