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

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

[Octave-bug-tracker] [bug #46086] The WindowButtonMotionFcn callback is


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #46086] The WindowButtonMotionFcn callback is not called ("qt" toolkit)
Date: Thu, 01 Oct 2015 12:07:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0

Update of bug #46086 (project octave):

                Category:                     GUI => Plotting with OpenGL   
              Item Group:                    None => Incorrect Result       
                  Status:                    None => Confirmed              
                 Summary: The WindowButtonMotionFcn callback is not called =>
The WindowButtonMotionFcn callback is not called ("qt" toolkit)

    _______________________________________________________

Follow-up Comment #1:

I can confirm the bug. In the current default branch, the
"windowbuttonmotionfcn" is triggered only if it has been set *after* creation
of the figure, e.g.:


hf = figure ();
fcn = @() disp (get (gca (), "currentpoint"));
set (hf, "windowbuttonmotionfcn", fcn)
hax = axes ();


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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