Merge pull request #24560 from guilhermefelipecgs/fix_24549

Add EDITMODE_PRIORITY for ATLAS_TILE
This commit is contained in:
Rémi Verschelde 2019-06-01 09:49:18 +02:00 committed by GitHub
commit 4b399034aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 71 additions and 5 deletions

View file

@ -3104,7 +3104,6 @@ void TileSetEditor::update_workspace_tile_mode() {
_select_edited_shape_coord();
tool_editmode[EDITMODE_BITMASK]->hide();
tool_editmode[EDITMODE_PRIORITY]->hide();
}
_on_edit_mode_changed(edit_mode);
}