]> git.lyx.org Git - features.git/commit
* InsetCollapsable::setStatus(): remove the Buffer::changed() signal emission. This...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 28 Aug 2007 18:13:17 +0000 (18:13 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 28 Aug 2007 18:13:17 +0000 (18:13 +0000)
commit235312c37621c8143a7bf05706e8b540b67d71c7
tree2efd0caacbc95cd73225521e7127e65928c68169
parent0e7ef480f730ab762223207fd4a2cbe260b6a01b
* InsetCollapsable::setStatus(): remove the Buffer::changed() signal emission. This causes a WorkArea redraw before the BufferView metrics update happens.
* WorkArea::dispatch(): replace the redraw() call with a Buffer::changed() signal emission in order to update all views of the Buffer, even though some view won't need the redraw...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19867 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/WorkArea.cpp
src/insets/InsetCollapsable.cpp