[Bug 74650] Drop-down lists of toolbar combo views don't appear with UI effects on

Alexander Dymo cloudtemple at mksat.net
Mon Feb 9 23:58:07 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=74650      
cloudtemple at mksat.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From cloudtemple at mksat.net  2004-02-09 23:57 -------
CVS commit by dymo: 

Disabled combo box animation because this doesn't work anymore.

CCMAIL: 74650-done at bugs.kde.org


  M +2 -2      qcomboview.cpp   1.14


--- kdevelop/lib/widgets/qcomboview.cpp  #1.13:1.14
@@ -778,10 +778,10 @@ void QComboView::popup()
 
 //#ifndef QT_NO_EFFECTS
-    if ( QApplication::isEffectEnabled( UI_AnimateCombo ) ) {
+/*    if ( QApplication::isEffectEnabled( UI_AnimateCombo ) ) {
         if ( lb->y() < mapToGlobal(QPoint(0,0)).y() )
         qScrollEffect( lb, QEffects::UpScroll );
         else
         qScrollEffect( lb );
-    } else
+    } else*/
 //#endif
         lb->show();




More information about the KDevelop-devel mailing list