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

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

[Octave-bug-tracker] [bug #50317] warning 'invalid operation' when using


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50317] warning 'invalid operation' when using zoom on Qt figure
Date: Tue, 21 Feb 2017 02:23:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #7, bug #50317 (project octave):

The cset from comment #5 fixes at least three opengl errors:
* We were using glPushMatrix without selecting a matrix mode, which at some
point lead to a "stack overflow" on the "present" matrix (MODELVIEW I guess)
* We were always using glPopMatrix on the PROJECTION matrix which lead to a
"stack underflow" on this one
* We were calling glLineWidth inside a glBegin/End block, which is not
allowed, and lead to an "invalid operation" error.

I think it is safe, and I would advise, to push it to stable. Can I do so? 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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