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

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

[Octave-bug-tracker] [bug #44522] Right-click in Qt plot prints warning


From: Rik
Subject: [Octave-bug-tracker] [bug #44522] Right-click in Qt plot prints warning in command window
Date: Thu, 12 Mar 2015 17:15:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

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

                 Summary: Right-click in Qt plot prints warning in command
window
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 12 Mar 2015 10:15:08 AM PDT
                Category: Plotting with OpenGL
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0-rc1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Sample code


./run-octave -f --no-gui
graphics_toolkit qt
sombrero
# right-click in figure window
warning: set: allowing alt to match selectiontype value alternate


You can repeatedly generate the warning by a left click followed by a right
click.  This only occurs when pan, rotate, or zoom are not selected.

The warning itself is pretty obvious.  Somewhere in the code there must be
something of the form 


set (hfig_handle, "selectiontype", "alt")


but according to graphics.in.h, the selectiontype property name is
"alternate"


set (hfig_handle, 'selectiontype')
[ alternate | extend | {normal} | open ]


I used grep on selectiontype in the scripts directory and it does not appear
in any of the m-files so it must be in the C++ source code.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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