mirror of
https://github.com/KDE/konsole.git
synced 2026-05-19 12:09:25 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user