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