Juergen Vigna wrote: > Andre Poenitz wrote: >> I am starting to believe that all insets should cache a bufferview >> or some "context" after e.g. draw() is called ... > > The problem with this is that the BufferView is sometimes redone and > you point to a non valid pointer (the problems we had especially in > the beginning with InsetText after cleaning it up a bit, but IMO we > still can have this problem!).
Hello, Jürgen! Hope all is well with you. We 'solved' the problem by using a boost::weak_ptr. See the next thread. -- Angus