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

List:       kde-commits
Subject:    kdenonbeta/kwintv3/qtvision
From:       Dirk Ziegelmeier <dirk () ziegelmeier ! net>
Date:       2004-01-12 20:51:56
Message-ID: 20040112205156.89191906E () office ! kde ! org
[Download RAW message or body]

CVS commit by dziegel: 

Fix mousecursor hiding hickups 


  M +1 -4      view.cpp   1.28
  M +0 -1      view.h   1.24


--- kdenonbeta/kwintv3/qtvision/view.cpp  #1.27:1.28
@@ -56,4 +56,5 @@ bool QtVisionView::eventFilter(QObject *
         emit moved(x(), y());
     }
+    KCursor::autoHideEventFilter(this, e);
     return false;
 }
@@ -95,8 +96,4 @@ void QtVisionView::mouseDoubleClickEvent
 }
 
-void QtVisionView::mouseMoveEvent(QMouseEvent *e) {
-  KCursor::autoHideEventFilter(this, e);
-}
-
 void QtVisionView::focusOutEvent( QFocusEvent *) {
   setFocus();

--- kdenonbeta/kwintv3/qtvision/view.h  #1.23:1.24
@@ -68,5 +68,4 @@ protected:
     virtual bool eventFilter(QObject *o, QEvent *e);
     virtual void resizeEvent(QResizeEvent *e);
-    virtual void mouseMoveEvent(QMouseEvent *e);
     virtual void focusOutEvent( QFocusEvent * );
     virtual void mouseDoubleClickEvent(QMouseEvent *);


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

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