]> git.lyx.org Git - features.git/commit
Fix crash on first load with mouse wheel: this was because the scrollbar was not...
authorAbdelrazak Younes <younes@lyx.org>
Wed, 22 Aug 2007 08:48:01 +0000 (08:48 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 22 Aug 2007 08:48:01 +0000 (08:48 +0000)
commit13a2812c22a94df26e762104aa7c9843806265a0
treee74d8f6b1f7a1a7df23582d4b6ca483e32ab30c7
parent2419c80657f0b285e9634d62fce3277aa7d706c2
Fix crash on first load with mouse wheel: this was because the scrollbar was not updated.

* loadLyXFile::setBuffer(): get rid of a premature optimisation, we make sure that everything is properly drawn in any case.

* GuiView::setCurrentWorkArea(): make sure everything is updated if we don't change tab.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19717 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/LyXView.cpp
src/frontends/qt4/GuiView.cpp