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

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

[Octave-bug-tracker] [bug #34907] legend displaynames on fltk


From: Konstantinos Poulios
Subject: [Octave-bug-tracker] [bug #34907] legend displaynames on fltk
Date: Thu, 15 Mar 2012 19:10:54 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0

Follow-up Comment #6, bug #34907 (project octave):

Ben, sorry no time for writing a changelog could you please do the commit
yourself? Just replace the line:

glRasterPos3d (pos(0), pos(1), pos(2));

with

glRasterPos3d (pos(0), pos(1), pos.numel () > 2 ? pos(2) : 0.0);

in the original patch with respect to gl-renderer.cc jwe has also changed the
constness of pos but I don't know why. Maybe you could ask him.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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