mapeditor/tiled







Do you want to work on this issue?
You can request for a bounty in order to promote it!
ASSERT when switching to map with object selected #3532
WickedSmoke posted onGitHub
The following assert happens when tabbing between maps when an object is selected.
ASSERT: "layer->isObjectGroup() || layer->isGroupLayer()" in file /home/user/tiled/src/tiled/mapobjectmodel.cpp, line 313
To Reproduce Steps to reproduce the behavior:
- Open Tiled with two maps loaded (from previous session).
- Click on an object with the 'S' select tool.
- Click on the other map tab, then click on the first tab again.
- ASSERT occurs
Specifications:
- OS: Linux
- Tiled Version: Built from commit c48134342 (v1.9.2, Qt 5.15.2)