Ide: Topic search bar is cleared when topic is created or removed from the list.

git-svn-id: svn://ultimatepp.org/upp/trunk@11999 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2018-06-17 18:46:08 +00:00
parent 6d59a33e79
commit eff7c1cdc1

View file

@ -67,7 +67,7 @@ void FillTopicsList(FileList& list, const Vector<String>& topics)
void TopicEditor::Open(const String& group_path)
{
String search_phase = topics_search.GetData().ToString();
topics_search.Clear();
grouppath = group_path;
if(FileExists(grouppath))