[Konsole-devel] [Bug 164099] Konsole blanks on tab re-order
Kurt V. Hindenburg
kurt.hindenburg at gmail.com
Mon May 31 02:30:18 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=164099
--- Comment #10 from Kurt V. Hindenburg <kurt hindenburg gmail com> 2010-05-31 04:30:14 ---
This patch appears to fix it. Trunk if frozen for 4.5 and I'm not sure there
will be a 4.4.5 so I can't commit it.
Index: ViewManager.cpp
===================================================================
--- ViewManager.cpp (revision 1129498)
+++ ViewManager.cpp (working copy)
@@ -663,6 +663,7 @@
return;
createView(controller->session(),container,index);
+ controller->session()->refresh();
moved = true;
}
void ViewManager::setNavigationMethod(NavigationMethod method)
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the konsole-devel
mailing list