소스 검색

Clear the theme type filter/name on each dialog popup

Yuri Sizov 4 년 전
부모
커밋
9c2ff29c4d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      editor/plugins/theme_editor_plugin.cpp

+ 1 - 0
editor/plugins/theme_editor_plugin.cpp

@@ -2326,6 +2326,7 @@ void ThemeTypeEditor::_list_type_selected(int p_index) {
 }
 
 void ThemeTypeEditor::_add_type_button_cbk() {
+	add_type_filter->clear();
 	add_type_dialog->popup_centered(Size2(560, 420) * EDSCALE);
 	add_type_filter->grab_focus();
 }