From kde-commits Wed Apr 20 14:07:29 2005 From: Pascal =?utf-8?q?L=C3=A9tourneau?= Date: Wed, 20 Apr 2005 14:07:29 +0000 To: kde-commits Subject: Re: kdelibs/khtml Message-Id: <200504201007.30021.pletourn () globetrotter ! net> X-MARC-Message: https://marc.info/?l=kde-commits&m=111400613227990 On April 20, 2005 09:56, Leo Savernik wrote: > Am Dienstag, 19. April 2005 20:48 schrieb Pascal Létourneau: > > -    if (d->clickCount > 0 && > > -        QPoint(d->clickX-xm,d->clickY-ym).manhattanLength() <= > > QApplication::startDragDistance()) -        d->clickCount++; > > -    else { > > What the heck do you do there? > > mfg > Leo I try to fix this: Don't interpret a double click, long after a click, as a triple click Does the fix has some bad side effect? Pascal Létourneau