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

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/itemviews
From:       Rafael Fernández López <ereslibre () kde ! org>
Date:       2010-03-17 11:45:11
Message-ID: 1268826311.901490.24114.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1104321 by ereslibre:

Fix infinite loop. However scrollbars still need to be polished to improve \
their look (the step  size probably). This is more important than the look, \
since it is blocking some applications  (such as Amarok) under certain \
circumstances. I could reproduce the issue and I believe now is fixed. \
Please if you could recheck.

BUG: 213068


 M  +1 -2      kcategorizedview.cpp  


--- trunk/KDE/kdelibs/kdeui/itemviews/kcategorizedview.cpp #1104320:1104321
@@ -1325,9 +1325,8 @@
 {
     const int verticalOff = verticalOffset();
 
-    QListView::updateGeometries();
-
     if (!d->isCategorized()) {
+        QListView::updateGeometries();
         return;
     }
 


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

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