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

List:       kde-commits
Subject:    branches/KDE/4.1/kdebase/runtime/kstyles/oxygen
From:       André Wöbbeking <woebbeking () kde ! org>
Date:       2008-11-01 18:51:43
Message-ID: 1225565503.185623.7696.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 878756 by woebbe:

third try, widget can be 0

 M  +1 -1      oxygen.cpp  


--- branches/KDE/4.1/kdebase/runtime/kstyles/oxygen/oxygen.cpp #878755:878756
@@ -2129,7 +2129,7 @@
                 p->drawRect(r.adjusted(0,0,-1,-1));
             }
             // we don't want the stippled focus indicator in oxygen
-            if (!widget->inherits("Q3ListView"))
+            if (!widget || !widget->inherits("Q3ListView"))
                 return;
         }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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