Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:

| Hello,
| | This patch makes LyXText code use directly LyXText::dispatch() instead
| of the cur.bv().owner()->dispatch() redirection.
| | Objection?

Is it guaranteed that 'this' is equal to 'bv.owner()'?
How is that guarantee forced?

I don't understand the question. 'this' is a LyXText not a LyXView.
I have verified via debugging that going through this BufferView->LyXView->BufferView->LyXView we end up with the same LyXText::dispatch() method. And when you think about it, it would be very troublesome if that was not the case.

Abdel.

Reply via email to