Skip to content

Commit

Permalink
Merge pull request #80967 from aaronfranke/fix-enter-tree
Browse files Browse the repository at this point in the history
Fix redundant enter tree notification in project export texture format
  • Loading branch information
YuriSizov committed Aug 25, 2023
2 parents e538843 + 4c51544 commit 6f90b23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/export/project_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ void ProjectExportTextureFormatError::_bind_methods() {

void ProjectExportTextureFormatError::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_ENTER_TREE:
case NOTIFICATION_THEME_CHANGED: {
texture_format_error_label->add_theme_color_override("font_color", get_theme_color(SNAME("error_color"), SNAME("Editor")));
} break;
Expand Down

0 comments on commit 6f90b23

Please sign in to comment.