]> git.lyx.org Git - features.git/commit
* BufferView: Make use of ScreenUpdateStrategy::NoScreenUpdate, avoid a screen redraw...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 6 Nov 2007 14:07:49 +0000 (14:07 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 6 Nov 2007 14:07:49 +0000 (14:07 +0000)
commit0b0c27ef59296e461a2de84b23430fb0c034be1d
tree9cc94eea8a7e195ae2d6712cbb9b30aaae007901
parentf9dd4b000e1142a0bc3bd5e0285ac22314a5a4f2
* BufferView: Make use of ScreenUpdateStrategy::NoScreenUpdate, avoid a screen redraw when it is not really needed.

* Painter.h: move isDrawingEnabled() to public Area.

* TextMetrics::drawParagraph(): backup and restore original drawing state of the Painter.

* InsetTabular::draw(): ditto.

* InsetMathNest::drawSelection(): ditto.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21471 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/TextMetrics.cpp
src/frontends/Painter.h
src/insets/InsetTabular.cpp
src/mathed/InsetMathNest.cpp