From kde-commits Sat Apr 16 13:42:06 2016 From: Urs Wolfer Date: Sat, 16 Apr 2016 13:42:06 +0000 To: kde-commits Subject: [krdc/Applications/16.04] core: prevent initial scrollbars while connecting Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=146081413705409 Git commit 4e91af4e288c1b9d60f0a2097fdff4e049ca746e by Urs Wolfer. Committed on 16/04/2016 at 13:38. Pushed by uwolfer into branch 'Applications/16.04'. prevent initial scrollbars while connecting M +1 -0 core/remoteview.cpp http://commits.kde.org/krdc/4e91af4e288c1b9d60f0a2097fdff4e049ca746e diff --git a/core/remoteview.cpp b/core/remoteview.cpp index 1e58eb5..3d982c0 100644 --- a/core/remoteview.cpp +++ b/core/remoteview.cpp @@ -43,6 +43,7 @@ RemoteView::RemoteView(QWidget *parent) #endif m_dotCursorState(CursorOff) { + resize(0, 0); } = RemoteView::~RemoteView()