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

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

[Octave-bug-tracker] [bug #44776] [Qt] Restore window button does not tr


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44776] [Qt] Restore window button does not trigger a repaint event for its content
Date: Thu, 09 Apr 2015 04:36:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #8, bug #44776 (project octave):

Ah, this is another of the callback sort of constructs.  That crashes because
the GUI can delete the figure object asynchronously and the callback uses the
pointer in a way it shouldn't.

Getting the bounding box change back to Octave figure properties is one of
those things that could be accomplished with sending the core a "set()"
command, if such a thing existed.  Or something similar that uses a Mutex.

Not sure this issue can be fixed too easily.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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