|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #58408] closing gnuplot windows without "close" makes other toolkits unusable |
| Date: | Wed, 20 May 2020 11:53:41 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
Follow-up Comment #4, bug #58408 (project octave):
There seems to be some difference between plot() and figure(). With figure(),
things works correctly. My guess is that plot() is somehow bypassing an
essential check when it creates the figure.
Example that works:
close all
graphics_toolkit qt
figure ()
## Close figure with 'X' on menubar
graphics_toolkit gnuplot
figure ()
## Close figure with 'X' on menubar
graphics_toolkit fltk
figure ()
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?58408>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |