[mythtv-commits] mythtv/master commit: 1ed8ec23f by Jonatan Lindblad (natanojl)

MythTV noreply at mythtv.org
Sun Feb 19 22:42:30 UTC 2012


      Author:  Jonatan Lindblad <jlindblad at mythtv.org>
 Change Date:  2012-02-19T14:20:45-08:00
   Push Date:  2012/02/19 14:42:18 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  1ed8ec23fae21dfada96d082c4f786face5137c0
   Changeset:  https://github.com/MythTV/mythtv/commit/1ed8ec23f

Log:

MythUI: Fix scrolling with the mouse in MythUIWebBrowser

The scroll position, when triggered by the mouse wheel or by dragging the Qt
scroll bars, was overwritten by the value of the scroll animation even if the
animation wasn't active.  A method IsActive() is added to MythUIAnimation to fix
this.

Scrolling with the mouse wheel when MythUIScrollbars are used is now possible by
adding a wheelEvent() method to MythWebView.

Modified:

   mythtv/libs/libmythbase/mythversion.h
   mythtv/libs/libmythui/mythuianimation.h
   mythtv/libs/libmythui/mythuiwebbrowser.cpp
   mythtv/libs/libmythui/mythuiwebbrowser.h



More information about the mythtv-commits mailing list