]> git.lyx.org Git - features.git/commit
Fix redraw problems in qt3 and gtk
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 30 Jul 2006 14:57:01 +0000 (14:57 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 30 Jul 2006 14:57:01 +0000 (14:57 +0000)
commite6e554d68cbcd30eb2a1c935085520cda95c9bb9
tree6115be54affae5417c6eb3d8e7812c2bc84daf06
parent104a09f0145580d1bda56ae1437810edd172f83d
Fix redraw problems in qt3 and gtk
* src/frontends/gtk/GWorkArea.C
(GWorkArea::onScroll): redraw the workarea
(GWorkArea::onButtonPress): Call WorkArea::dispatch instead of
BufferView::workAreaDispatch in order to redraw the workarea
(GWorkArea::onButtonRelease): ditto
(GWorkArea::onMotionNotify): ditto

* src/frontends/WorkArea.h
(dispatch): make public

* src/frontends/qt3/QContentPane.C
(QContentPane::scrollBarChanged): redraw the workarea
(QContentPane::generateSyntheticMous): Call WorkArea::dispatch instead
of BufferView::workAreaDispatch in order to redraw the workarea
(QContentPane::mousePressEvent): ditto
(QContentPane::mouseReleaseEvent): ditto
(QContentPane::mouseMoveEvent): ditto
(QContentPane::doubleClickTimeout): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14517 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/WorkArea.h
src/frontends/gtk/GWorkArea.C
src/frontends/qt3/QContentPane.C