[Kde-games-devel] kmahjongg qgraphic branch
Ian Simpson
ian.kdedev at yahoo.com
Mon Apr 15 15:16:57 UTC 2013
----- Original Message -----
> From: Albert Astals Cid <aacid at kde.org>
> To: kde-games-devel at kde.org
> Cc:
> Sent: Sunday, 14 April 2013, 15:34
> Subject: Re: [Kde-games-devel] kmahjongg qgraphic branch
> Another small selection problem, it seems somehow "double click" is
> being
> ignored, i.e. go to a tile and click on it twice quite fast, it will just
> select, instead of select+unselect like it does in master, what do you think
> about this?
>
> Cheers,
> Albert
OK, patched.
I've simply passed the double-click event on to mousePressEvent(). Seems
to work fine.
...
Just realised that calling application.setDoubleClickInterval(0) in main.cpp
would probably be better. That would effectively disable double-clicks
altogether and GameScene::mouseDoubleClickEvent() could be removed.
More information about the kde-games-devel
mailing list