D12162: Add support for touch scrolling in Dolphin

Steffen Hartleib noreply at phabricator.kde.org
Sun Jul 1 11:42:07 BST 2018


steffenh added a comment.


  Hi,
  I have one problem with touch on the scrollbar, it does not work proberly.
  I have change follow a line in the kitemlistcontainer.cpp :
  
    QScroller::grabGesture(this), QScroller::TouchGesture);
  
  to:
  
    QScroller::grabGesture(this->viewport(), QScroller::TouchGesture);
  
  an in the informationpanelcontent.cpp:
  
    QScroller::grabGesture(m_metaDataArea, QScroller::TouchGesture);
  
  to
  
    QScroller::grabGesture(m_metaDataArea->viewport(), QScroller::TouchGesture);
  
  and now it works perfect.

REPOSITORY
  R318 Dolphin

REVISION DETAIL
  https://phabricator.kde.org/D12162

To: abalaji, #dolphin, ngraham
Cc: steffenh, kfm-devel, anthonyfieroni, ngraham, #dolphin, spoorun, navarromorales, isidorov, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180701/18d28f85/attachment.htm>


More information about the kfm-devel mailing list