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

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

[Octave-bug-tracker] [bug #54594] findfigs should not move figures on no


From: Marshall
Subject: [Octave-bug-tracker] [bug #54594] findfigs should not move figures on non-primary monitors
Date: Wed, 29 Aug 2018 18:45:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0

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

                 Summary: findfigs should not move figures on non-primary
monitors
                 Project: GNU Octave
            Submitted by: marsian
            Submitted on: Wed 29 Aug 2018 10:45:58 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Marsian
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: Any

    _______________________________________________________

Details:

findfigs improperly moves figures that are on monitors that are not the
primary monitor.
It uses get(0,'screensize'), which only returns the size of the primary
monitor. It should get and compare to the size of all montiors, which suggests
use of get(0,'monitorpositions'). The monitorpositions root figure property,
however, currently incorrectly gives info for only a single monitor as
reported in bug #48239.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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