From b550368ac4830f47cebef2e103c4af3d0db3a21b Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 28 Jun 2015 13:55:47 +0000 Subject: [PATCH] ide: Fixed issue with goto line git-svn-id: svn://ultimatepp.org/upp/trunk@8613 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Navigator.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/uppsrc/ide/Navigator.cpp b/uppsrc/ide/Navigator.cpp index e5fda3283..3be431b62 100644 --- a/uppsrc/ide/Navigator.cpp +++ b/uppsrc/ide/Navigator.cpp @@ -267,10 +267,6 @@ void Navigator::NavigatorEnter() if(list.GetCount()) { list.GoBegin(); Navigate(); - if(litem[0]->kind == KIND_LINE) { - search.Clear(); - Search(); - } } }