]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
bug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM
[lyx.git] / src / BufferView.C
index 75544d062319dc9cb6f3d831b609f71f90ae4f23..d5160a74205274b997ceecacc2882329254a6197 100644 (file)
@@ -369,6 +369,18 @@ void BufferView::putSelectionAt(DocIterator const & cur,
 }
 
 
+bool const BufferView::repaintAll() const
+{ 
+       return pimpl_->repaintAll();
+}
+
+       
+void const BufferView::repaintAll(bool r) const
+{ 
+       pimpl_->repaintAll(r);
+}
+
+
 LCursor & BufferView::cursor()
 {
        return pimpl_->cursor_;