You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
TextureRegion: fixed Autoslice not created/updated properly.
This commit is contained in:
@@ -1030,6 +1030,7 @@ TextureRegionEditor::TextureRegionEditor(EditorNode *p_editor) {
|
|||||||
hscroll->connect("value_changed", callable_mp(this, &TextureRegionEditor::_scroll_changed));
|
hscroll->connect("value_changed", callable_mp(this, &TextureRegionEditor::_scroll_changed));
|
||||||
|
|
||||||
updating_scroll = false;
|
updating_scroll = false;
|
||||||
|
autoslice_is_dirty = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void TextureRegionEditorPlugin::edit(Object *p_object) {
|
void TextureRegionEditorPlugin::edit(Object *p_object) {
|
||||||
|
|||||||
Reference in New Issue
Block a user