Correctly handle overlapping graphicsitems
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 Jun 2010 08:25:23 +0000 (10:25 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 17 Jun 2010 08:26:49 +0000 (10:26 +0200)
commit894e2dd800e90ab52618fa620b1c995545506574
tree66029b5105cb0deec113f5e9da2907205f02cee4
parent22dc351c26f57487b0463b3e43ec115689f600bf
Correctly handle overlapping graphicsitems

ChatScene::chatItemAt() didn't cope with overlapping items (since we didn't
have overlapping items before). Now that we introduced the new markerline,
mouse events would be eaten by it.

Fix0red.
src/qtui/chatscene.cpp