octave-maintainers
[Top][All Lists]
Advanced

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

3D Mouse rotate broken for fltk backend


From: Benjamin Lindner
Subject: 3D Mouse rotate broken for fltk backend
Date: Tue, 15 Feb 2011 17:28:04 +0100

Hello list,

I brought this up already once, but no one replied, so I'd like to
ping the issue again.
With a 3-4-0 tag build of octave on mingw platform, mouse rotation on
a 3D plot using the fltk backend does not work.
testing as:

graphics_toolkit('fltk');
sombrero(40);

Then clicking on the "R" button.
The strange behaviour is, that the rotation is done in the background,
and the first few events of mouse movement are registered, but then
the display does not change until I force a redraw by minimizing & and
restoring the plotting window.

Is this a manifestation of the already mentioned race condition with fltk?
Or is it a different bug?

benjamin


reply via email to

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