> You can always make it a member variable.
This is your feature ;-)
Done. Now I will look at two other assertion errors that crashes lyx.
Bo
Bo Peng wrote:
I really don't like static variables. They proved to be no end of
trouble when supporting multiple platforms. And in this case the
variable is shared among multiple BufferView, which is wrong.
You can always make it a member variable.
This is your feature ;-)
Abdel.
I really don't like static variables. They proved to be no end of
trouble when supporting multiple platforms. And in this case the
variable is shared among multiple BufferView, which is wrong.
You can always make it a member variable.
Bo
Bo Peng wrote:
BufferView.C: line 1063
//
// Abdel 07/12/06: I don't think the static solution will work in
// a multiple BufferView context.
I guess the concern is that last_inset may be somehow invalid when
moving between windows. I tried really hard to produce such a case but
fai
BufferView.C: line 1063
//
// Abdel 07/12/06: I don't think the static solution will work in
// a multiple BufferView context.
I guess the concern is that last_inset may be somehow invalid when
moving between windows. I tried really hard to produce such a case but
failed.