SVN commit 1133036 by hindenburg: Refresh the screen after the user manually drag-n-drops a tab. BUG: 164099 M +1 -0 ViewManager.cpp --- trunk/KDE/kdebase/apps/konsole/src/ViewManager.cpp #1133035:1133036 @@ -663,6 +663,7 @@ return; createView(controller->session(),container,index); + controller->session()->refresh(); moved = true; } void ViewManager::setNavigationMethod(NavigationMethod method)