]> cloud.milkyroute.net Git - dolphin.git/commit
Fix possible endless recursion when using the rubberband
authorPeter Penz <peter.penz19@gmail.com>
Sat, 20 Aug 2011 11:52:36 +0000 (13:52 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 20 Aug 2011 11:54:20 +0000 (13:54 +0200)
commit074acd8009765f5e6ad5cb7f1887d50f4aea5a58
treed182a0fc286dfe214bd33bd5b04a1d6605958685
parentdbe2152912cc58f1d2bfba187175ec0e4b3e4761
Fix possible endless recursion when using the rubberband

If the autoscrolling has been activated when using the rubberband,
it was possible that an endless recursion occured as the
autoscrolling triggered a change of the rubberband which triggered
a change of the autoscrolling etc.
src/kitemviews/kitemlistcontainer.cpp
src/kitemviews/kitemlistcontainer.h
src/kitemviews/kitemlistrubberband.cpp
src/kitemviews/kitemlistview.cpp
src/kitemviews/kitemlistview.h
src/views/dolphinview.h