]> git.lyx.org Git - features.git/commit
* InsetText:
authorAbdelrazak Younes <younes@lyx.org>
Tue, 7 Nov 2006 15:21:47 +0000 (15:21 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 7 Nov 2006 15:21:47 +0000 (15:21 +0000)
commit03d9514bd71dbc8b35c61e97de78ccee29799da0
tree443b3848ead1f79ce60a29355ccfdbf7f1f4d70d
parentfc68c619aba716aed279e3357fbf6795dbea2dc7
* InsetText:
  - wide_inset_ is not mutable any more
  - Wide(): split up in Wide() and setWide()

* rowpainter.C:
  - paintPar(): use a const_cast instead of the mutable InsetText::Wide()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15779 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/insettext.h
src/rowpainter.C