mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-29 06:12:18 -06:00
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:
parent
6d59a33e79
commit
eff7c1cdc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue