]> 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 07:51:39 +0000 (07:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 22 Aug 2007 07:51:39 +0000 (07:51 +0000)
commit0c009163335d05efdc452deae5370d40e140dc50
treeb7d52e98a6b4a798d7da737e62099aa44ec28c3b
parent468d29423e54e04835510008b74cc46cb397c75a
Fix crash on first load with mouse wheel: this was because the scrollbar was not updated. The solution is just to force a redraw in LyXView::loadLyXFile().

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