CVS commit by ctennis: Applying patch by Andrea Bergia M +1 -0 mainwindowideal.cpp 1.3 --- kdevelop/src/mainwindowideal.cpp #1.2:1.3 @@ -284,4 +284,5 @@ void MainWindowIDEAl::moveRelativeTab(in QWidget * view = (m_tabWidget->page((m_tabWidget->count()+index+n)%m_tabWidget->count())); m_tabWidget->showPage(view); + m_tabWidget->currentPage()->setFocus(); } }