--- src/Session.cpp.org 2012-04-09 12:08:59.419675554 +0200 +++ src/Session.cpp 2012-04-09 12:09:45.433674756 +0200 @@ -27,6 +27,7 @@ // Standard #include #include +#include // Qt #include @@ -742,6 +743,7 @@ const QSize existingSize = _shellProcess->windowSize(); _shellProcess->setWindowSize(existingSize.height(),existingSize.width()+1); + usleep(1); _shellProcess->setWindowSize(existingSize.height(),existingSize.width()); }