|
| From: | A.R. Burgers |
| Subject: | [Octave-bug-tracker] [bug #53729] Qt figure canvas does not resize with window while interpreter is paused or blocked |
| Date: | Thu, 25 Oct 2018 07:29:59 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299 |
Follow-up Comment #10, bug #53729 (project octave):
I tested the patch in 5.0.0.
Resizing does work now during pause, thanks!
However I do notice a side effect, on Linux, in combination with input
redirection.
Save the script from the original submission as issue53729.m
then the following will show the plot
octave-4.4.1 issue53729.m < /dev/null
and on output:
ver = 4.4.1
hg_id = 7a7c31b93216+
ans = qt
<Enter> to continue ..
after pause ..
where as in octave-5.5.0
octave-5.5.0 issue53729.m < /dev/null
produces:
ver = 5.0.0
hg_id = e80a87f65997+
ans = qt
<Enter> to continue ..
and will not resume executing after the pause, remains executing the pause.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?53729>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |