]> cloud.milkyroute.net Git - dolphin.git/commit
Fixed issue that sometimes the dragging from an inactive view to an active view does...
authorPeter Penz <peter.penz19@gmail.com>
Sun, 4 May 2008 18:24:28 +0000 (18:24 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sun, 4 May 2008 18:24:28 +0000 (18:24 +0000)
commit03aa2029d7c65071d054444c375e2ddb89ea6f12
tree5d8e170ea79fd25e54cd3e514c2845ed3f2dc5ba
parenta2683d98744c66e58b2473cea0957086e817f4a3
Fixed issue that sometimes the dragging from an inactive view to an active view does not work. Note that this is just a workaround, QAbstractItemView should take care about this itself. I tried to provide a Qt-only example for this, but it is more tricky than I thought: it seems some expensive operations are required, so that the position of the second mouse-move event is outside the item area... I'll retest this issue without workaround if Qt 4.4 final is out.

BUG: 154619

svn path=/trunk/KDE/kdebase/apps/; revision=803980
src/dolphincolumnwidget.cpp
src/dolphindetailsview.cpp
src/dolphiniconsview.cpp