Refresh the screen after the user manually drag-n-drops a tab.

BUG: 164099

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1133036
This commit is contained in:
Kurt Hindenburg
2010-05-31 23:48:37 +00:00
parent 5ec4be81d6
commit c5ef78569f

View File

@@ -663,6 +663,7 @@ void ViewManager::containerMoveViewRequest(int index, int id, bool& moved)
return;
createView(controller->session(),container,index);
controller->session()->refresh();
moved = true;
}
void ViewManager::setNavigationMethod(NavigationMethod method)