Skip to content

Commit

Permalink
Merge pull request #4182 from cwisniew/fix-4163
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew authored Jun 29, 2023
2 parents c54fa3e + 72921e7 commit 13fec05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,9 @@ private void handle(PutLabelMsg msg) {
}

private void handle(PutAssetMsg msg) {
AssetManager.putAsset(Asset.fromDto(msg.getAsset()));
EventQueue.invokeLater(
() -> {
AssetManager.putAsset(Asset.fromDto(msg.getAsset()));
MapTool.getFrame().getCurrentZoneRenderer().flushDrawableRenderer();
MapTool.getFrame().refresh();
});
Expand Down

0 comments on commit 13fec05

Please sign in to comment.