Merge pull request #37621 from dankan1890/autoslice_fix

Fixed TextureRegion autoslice issue.
This commit is contained in:
Rémi Verschelde 2020-04-06 11:28:18 +02:00 committed by GitHub
commit 32d9d6e7ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1030,6 +1030,7 @@ TextureRegionEditor::TextureRegionEditor(EditorNode *p_editor) {
hscroll->connect("value_changed", callable_mp(this, &TextureRegionEditor::_scroll_changed));
updating_scroll = false;
autoslice_is_dirty = true;
}
void TextureRegionEditorPlugin::edit(Object *p_object) {