Re: [PATCH] Fix Bug 4301: crash on bookmark in ERT
Bernhard Roider wrote: > ok, jürgen? Yes, please. Jürgen
[PATCH] Fix Bug 4301: crash on bookmark in ERT
hello, the attached patch fixes bug 4301: in fact BufferView::moveToPosition(..) failed for every position inside an inset because buffer_->text() was used instead of cursor_.text() to set the current font. ok, jürgen? bernhard Index: src/BufferView.cpp ===