fix bug disabling map edits after tab switches
This commit is contained in:
parent
858c807856
commit
23b55a1074
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ void Editor::setEditorView() {
|
|||
switch (this->editMode) {
|
||||
case EditMode::Metatiles:
|
||||
case EditMode::Collision:
|
||||
map_item->setEditsEnabled(true);
|
||||
this->editGroup.setActiveStack(&this->layout->editHistory);
|
||||
break;
|
||||
case EditMode::Events:
|
||||
|
|
Loading…
Reference in a new issue