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

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

[Octave-bug-tracker] [bug #59321] window border with fltk vs. qt (XFCE)


From: Rik
Subject: [Octave-bug-tracker] [bug #59321] window border with fltk vs. qt (XFCE)
Date: Thu, 22 Oct 2020 17:44:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36

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

There is a small chance that this is related to the menubar which is created
differently between the fltk and Qt toolkits.  Can you try this code which
switches off the menubar.


close all
graphics_toolkit qt
h = figure(2, "units", "normalized", "position", [0.5 0.5 0.5 0.5], "menubar",
"none") ;


Is this figure properly aligned?

And what happens to the window if you now enable the menubar with


set (h, "menubar", "figure")



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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