7 Dec
2007
7 Dec
'07
7:30 p.m.
On Fri, 7 Dec 2007 11:27:58 -0800, MenTaLguY <mental@...3...> wrote:
On Fri, 07 Dec 2007 19:32:00 +0100, Maximilian Albert <Anhalter42@...173...> wrote:
- Call requestDisplayUpdate() for each of the sides. This is obviously
wrong since it triggers an update while another one is being processed. Consequently, Inkscape issues a corresponding warning on the command line. But at least with this approach the box is correctly updated on screen.
This is basically the correct approach. The main thing is not to call it from the update handlers (you risk an infinite loop).
(Without looking carefully at the code I can't say offhand what the appropriate place to call it from is -- potentially the knot/UI handlers.)
-mental