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

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

[Octave-bug-tracker] [bug #56110] Setting figure position is ignored whe


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #56110] Setting figure position is ignored when set before the figure is drawn
Date: Tue, 9 Apr 2019 17:41:40 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36

Follow-up Comment #9, bug #56110 (project octave):

For my part, I can reproduce Lars' behavior with Octave 5.1 or with the
default branch, using Qt 5.11 or 5.12, and running in GNOME 3.30 on Wayland,
Qt is using XWayland.

If I force Qt to use Wayland with QT_QPA_PLATFORM=wayland-egl, then the
position is reported the same before and after drawnow inside Rik's script,
but the actual figure sizes are not correct after the script returns to the
prompt.


>> tst_figpos
pos1 =

   300   200   560   420

pos1 =

   350   150   840   420

pos1_after =

   350   150   840   420

pos2 =

   300   200   560   420

pos2 =

   350   150   840   420

pos2_after =

   350   150   840   420

>> get (f1, "position")
ans =

   350   150   560   420

>> get (f2, "position")
ans =

   350   150   560   420



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56110>

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




reply via email to

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