From kde-commits Thu Sep 30 23:05:20 2010 From: Eike Hein Date: Thu, 30 Sep 2010 23:05:20 +0000 To: kde-commits Subject: [Konversation] 76f3d34: Drop workaround for cursor bug. Message-Id: <20100930230520.E2540A607A () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128588797129203 commit 76f3d342ae3357713a61565025cfe9ef31eb357f Author: Eike Hein Date: Fri Oct 1 01:04:33 2010 +0200 Drop workaround for cursor bug. QTBUG-6185 has been fixed and the fix should hopefully appear in 4.7.1, plus distros (e.g. Fedora) have begun backporting it to their 4.7.0 packages. diff --git a/src/viewer/ircinput.cpp b/src/viewer/ircinput.cpp index a282e63..05653a8 100644 --- a/src/viewer/ircinput.cpp +++ b/src/viewer/ircinput.cpp @@ -501,9 +501,6 @@ bool IRCInput::checkPaste(QString& text) QString bytesString = i18np("1 byte", "%1 bytes", text.length()); QString linesString = i18np("1 line", "%1 lines", lines+1); - // Work around bug 217592. - viewport()->setCursor(Qt::IBeamCursor); - doPaste=KMessageBox::warningYesNoCancel (this, i18nc(