octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #44302] Qt single click zoom in processed befo


From: Rik
Subject: [Octave-bug-tracker] [bug #44302] Qt single click zoom in processed before double click autoresize recognized
Date: Fri, 10 Apr 2015 15:47:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #12, bug #44302 (project octave):

I've done some experimenting and distinguishing between single and double
clicks is actually reasonably difficult.  The recommended approach is to set a
timer in the SingleClickEvent callback and if it times out before the
reception of a DoubleClickEvent then it should proceed.  This seems overly
complex, and even those who suggested this course of action weren't exactly
keen about it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44302>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]