Add missing `break` statement - TreeSearch::notification
This commit is contained in:
parent
acb2bcc901
commit
68514e2e13
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue