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

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

[Octave-bug-tracker] [bug #53342] Figure property IntegerHandle does not


From: Rik
Subject: [Octave-bug-tracker] [bug #53342] Figure property IntegerHandle does not work fully with Qt toolkit
Date: Tue, 17 Apr 2018 14:56:29 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53342 (project octave):

                 Summary: Segfault in figure with property IntegerHandle set
to off => Figure property IntegerHandle does not work fully with Qt toolkit

    _______________________________________________________

Follow-up Comment #9:

@Pantxo: Why are we storing the handle as a data member in the Figure object
on the Qt side of things?  Is it for performance?

It seems like any time we need the handle we could just get the property
"__myhandle__" from the figure::properties object directly rather than using
the cached m_handle value.

If we don't want to do the approach above, should we add a setter routine to
the Figure object so that the renumber function could call it and update the
m_handle variable?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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