Skip to content

Commit

Permalink
Fix expand in GenericTilePolygonEditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Mar 9, 2024
1 parent d630dec commit 5359053
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ void LayeredTileSetEditor::remove_expanded_editor() {
if (original_parent) {
expanded_editor->remove_meta("reparented");
expanded_editor->get_parent()->remove_child(expanded_editor);
expanded_area->add_child(original_parent);
original_parent->add_child(expanded_editor);
} else {
expanded_editor->queue_delete();
}
Expand Down

0 comments on commit 5359053

Please sign in to comment.