]> cloud.milkyroute.net Git - dolphin.git/commit
Fix drag and drop issue when dragging between windows
authorPeter Penz <peter.penz19@gmail.com>
Thu, 23 Feb 2012 14:51:47 +0000 (15:51 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 23 Feb 2012 14:55:06 +0000 (15:55 +0100)
commita6627b9f2345eac9cc650aa9f87f9c69db8c707f
treec0da3dc2c3f3ed9a594a0d5271b0886127194dd6
parentdbc5fd7a491f95ca4084a113d0f902ea975478fd
Fix drag and drop issue when dragging between windows

Explicitly check whether a dragging is ongoing to decide whether a
tooltip may be shown or not, just using QApplication::mouseButtons()
is not sufficient when dragging between windows.

BUG: 294533
FIXED-IN: 4.8.1
src/views/dolphinview.cpp
src/views/dolphinview.h