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: Rik
Subject: [Octave-bug-tracker] [bug #50317] warning 'invalid operation' when using zoom on Qt figure
Date: Wed, 15 Feb 2017 12:26:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: warning 'invalid operation' when using zoom on Qt
figure
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Wed 15 Feb 2017 09:26:16 AM PST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Any

    _______________________________________________________

Details:

If the property "graphicssmoothing" has been changed to "off", then using the
mouse-driven zoom box within a Qt figure causes a warning to be issued.


warning: opengl_renderer: Error 'invalid operation' (1282) occurred in
init_gl_context


Code to reproduce:


close all
graphics_toolkit qt
plot (1:10)
set (gcf, "graphicssmoothing", "off")
## Now use mouse to select zoom operation and draw a zoom box inside the
## plot window.







    _______________________________________________________

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]