[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.4/kdeplasma-addons/applets/notes
From:       Marco Martin <notmart () gmail ! com>
Date:       2010-01-27 22:41:17
Message-ID: 1264632077.578799.2361.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1081218 by mart:

revert the bypass proxywidget in 4.4 due to Qt bug  7254


 M  +2 -1      notes.cpp  


--- branches/KDE/4.4/kdeplasma-addons/applets/notes/notes.cpp #1081217:1081218
@@ -183,7 +183,8 @@
 {
     KTextEdit *w = nativeWidget();
     native = new NotesTextEdit;
-    native->setWindowFlags(native->windowFlags() | Qt::BypassGraphicsProxyWidget);
+    //workaround for Qt bug 7254
+    //native->setWindowFlags(native->windowFlags() | Qt::BypassGraphicsProxyWidget);
     //FIXME: we need a way to just add actions without changing the native widget under its feet
     if (native->verticalScrollBar() && w->verticalScrollBar()) {
         native->verticalScrollBar()->setStyle(w->verticalScrollBar()->style());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic