<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>101519</bug_id>
          
          <creation_ts>2005-03-14 22:21:41 +0000</creation_ts>
          <short_desc>mouse wheel scrolls in wrong direction in presentation mode</short_desc>
          <delta_ts>2005-03-14 23:18:53 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>kpdf</product>
          <component>general</component>
          <version>0.4</version>
          <rep_platform>Debian testing</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Nicolas Dietrich">nidi</reporter>
          <assigned_to name="Albert Astals Cid">aacid</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>323976</commentid>
    <comment_count>0</comment_count>
    <who name="Nicolas Dietrich">nidi</who>
    <bug_when>2005-03-14 22:21:41 +0000</bug_when>
    <thetext>Version:           0.4 (using KDE KDE 3.4.0)
Installed from:    Debian testing/unstable Packages
OS:                Linux

When viewing a document in presentation mode, the slides move in the opposite direction than expected using the mouse wheel. (and in the opposite direction than in normal mode).

Apart from that - just great application - congratulations!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>323992</commentid>
    <comment_count>1</comment_count>
    <who name="Albert Astals Cid">aacid</who>
    <bug_when>2005-03-14 23:18:52 +0000</bug_when>
    <thetext>CVS commit by aacid: 

Make presentation widget wheel behave the same that when on scrollview, down next page, up previous page
BUG: 101519


  M +2 -2      presentationwidget.cpp   1.24


--- kdegraphics/kpdf/ui/presentationwidget.cpp  #1.23:1.24
@@ -195,5 +195,5 @@ void PresentationWidget::wheelEvent( QWh
             div = 3;
         while ( div-- )
-            slotNextPage();
+            slotPrevPage();
     }
     else if ( div &lt; 0 )
@@ -202,5 +202,5 @@ void PresentationWidget::wheelEvent( QWh
             div = -3;
         while ( div++ )
-            slotPrevPage();
+            slotNextPage();
     }
 }
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>