From kde-commits Thu Jul 07 21:39:23 2005 From: =?utf-8?q?Pascal=20L=C3=A9tourneau?= Date: Thu, 07 Jul 2005 21:39:23 +0000 To: kde-commits Subject: branches/KDE/3.4/kdelibs/kdeui Message-Id: <1120772363.147301.25965.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112077238211926 SVN commit 432580 by pletourn: Give back the focus to the view after canceling a rename BUG:98120 M +1 -0 klistview.cpp --- branches/KDE/3.4/kdelibs/kdeui/klistview.cpp #432579:432580 @@ -372,6 +372,7 @@ hide(); // will call focusOutEvent, that's why we set item=0 before if (commit) emit done(i,c); + i->listView()->setFocus(); } }