ide: Fixed issue with goto line

git-svn-id: svn://ultimatepp.org/upp/trunk@8613 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-28 13:55:47 +00:00
parent 9ba0603fbc
commit b550368ac4

View file

@ -267,10 +267,6 @@ void Navigator::NavigatorEnter()
if(list.GetCount()) {
list.GoBegin();
Navigate();
if(litem[0]->kind == KIND_LINE) {
search.Clear();
Search();
}
}
}