Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aXu-AP committed Nov 21, 2024
1 parent c93e1d4 commit dff95c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/plugins/polygon_2d_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ void Polygon2DEditor::_notification(int p_what) {
uv_edit_draw->add_theme_style_override(SceneStringName(panel), get_theme_stylebox(SceneStringName(panel), SNAME("Tree")));
bone_scroll->add_theme_style_override(SceneStringName(panel), get_theme_stylebox(SceneStringName(panel), SNAME("Tree")));
} break;
case NOTIFICATION_PREDELETE: {
uv_edit->queue_free();
} break;
}
}

Expand Down

0 comments on commit dff95c6

Please sign in to comment.