Add missing `break` statement - TreeSearch::notification

This commit is contained in:
Alexander Montag 2024-09-28 18:04:36 +00:00
parent acb2bcc901
commit 68514e2e13
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ void TreeSearchPanel::_notification(int p_what) {
case NOTIFICATION_THEME_CHANGED: {
BUTTON_SET_ICON(close_button, get_theme_icon(LW_NAME(Close), LW_NAME(EditorIcons)));
label_filter->set_text(TTR("Filter"));
break;
}
}
}