]> git.lyx.org Git - features.git/commit
Fix bug 4733: Auto popup of math toolbar hides the math editor
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 27 Mar 2009 17:27:38 +0000 (17:27 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 27 Mar 2009 17:27:38 +0000 (17:27 +0000)
commit1bbcd403fc1c0e64416371610ab18e0b6df5bf36
treea0438acf007740eca758813e4505c7ddce8240a7
parent2420f5ed1e9fe98c6273de3c9d661641aefc011b
Fix bug 4733: Auto popup of math toolbar hides the math editor
http://bugzilla.lyx.org/show_bug.cgi?id=4733

* GuiWorkArea: This adds "buffer_view_->scrollToCursor();" to GuiWorkArea::resizeBufferView() to make sure that the cursor remains visible.

* BufferView: Make sure that we can call the scrollToCursor function without causing a new repaint.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28946 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/BufferView.h
src/frontends/qt4/GuiWorkArea.cpp