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

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

[Octave-bug-tracker] [bug #53475] Resizing the window does not trigger a


From: Mayeul Cantan
Subject: [Octave-bug-tracker] [bug #53475] Resizing the window does not trigger a plot redraw/resize
Date: Mon, 26 Mar 2018 09:34:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux i686; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #1, bug #53475 (project octave):

I would like to add that the same happens when first plotting something with
_imagesc_


close all;
I = imread("my-image.png");
imagesc(I)


Leads to an empty plot window, until this one has either:
* been resized trough one of the corners
* lost focus
* been refreshed trough clicking on it with the drag tool

What's more, this is cumulative with the other bug, so that you can't plot an
image, then maximize it, otherwise you end up with an image the original size
in one corner of the window.

Now that I think about it (this is a wild guess, I never looked at the code),
this could have to do with double buffering, as the behavior is consistent
with it being always short of one flip.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53475>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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