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:01:08 -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

Update of bug #59321 (project octave):

                  Status:               Need Info => Works For Me           

    _______________________________________________________

Follow-up Comment #7:

This works for me as well.  I think it is something specific about your window
manager and settings.  Did you try running Octave with the '-f' option to make
sure there is nothing in your personal or system-wide configuration files for
Octave which is affecting this?

For testing I used


graphics_toolkit fltk
figure(1, "units", "normalized", "position", [0.5 0.5 0.5 0.5]) ;
pause(2) ;
graphics_toolkit qt
figure(2, "units", "normalized", "position", [0.5 0.5 0.5 0.5]) ;
pause(2) ;


This creates a second figure for Qt rather than re-using figure 1 which is
already using the FLTK toolkit.

    _______________________________________________________

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]