]> git.lyx.org Git - features.git/commit
Fix singlePar update. This should result in a nice speed improvment for Mac.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 3 Nov 2006 10:32:30 +0000 (10:32 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 3 Nov 2006 10:32:30 +0000 (10:32 +0000)
commit4416bb3609c10970eabaace6a62830728e4790a9
tree4cf93b3bd069e202f979e8caaf89df12be1dbac4
parent88fe6b36a9287376e80b0c01226fc98790adc2e0
Fix singlePar update. This should result in a nice speed improvment for Mac.

* buffer.h: changed() signal now emit a singlePar boolean.

* WorkArea::redraw(): acknowledge singlePar changed() boolean

* LyXView.C: adapt signal connection to changed() signal change.

* lyxfunc.C: transmit the singlePar flag with the Buffer::changed() signal.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15702 a592a061-630c-0410-9148-cb99ea01b6c8
src/buffer.h
src/frontends/LyXView.C
src/frontends/WorkArea.C
src/frontends/WorkArea.h
src/lyxfunc.C