]> git.lyx.org Git - lyx.git/commit
* Painter.h:
authorAbdelrazak Younes <younes@lyx.org>
Mon, 30 Oct 2006 10:09:59 +0000 (10:09 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 30 Oct 2006 10:09:59 +0000 (10:09 +0000)
commit73ed0b5203ffefa9a4c2ad8e8cf54396a6e72a9c
tree708aa03cd6a52fd90b983ca8c28cbc6bdbbcd65e
parent2d5ecd2bb828ef6355c6f71875d4388169f1a809
* Painter.h:
  * Painter: new ctor that sets drawing_enabled_ to true.
  * setDrawingEnabled(), isDrawingEnabled(): new methods.

* QLPainter.C: only draw if drawing is enabled.

* nullpainter.h: deleted.

* rawpainter.C::paintPar(): only draw if we are inside the Paragraph.

* InsetTabular::draw(): use new Painter method instead of a NullPainter.

* InsetMathNest::drawSelection(): ditto.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15613 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/scons_manifest.py
src/frontends/Makefile.am
src/frontends/Painter.h
src/frontends/nullpainter.h [deleted file]
src/frontends/qt4/QLPainter.C
src/insets/insettabular.C
src/mathed/InsetMathNest.C
src/rowpainter.C