From 86229bd78831bbd42acc78d1bde1e042356211e1 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 2 Feb 2008 23:42:05 +0000 Subject: [PATCH] Need to go ahead and start this guy.... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22755 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiWorkArea.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 524494788c..5c5b21abdd 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -211,6 +211,7 @@ GuiWorkArea::GuiWorkArea(Buffer & buffer, GuiView & lv) general_timer_.setInterval(500); connect(&general_timer_, SIGNAL(timeout()), this, SLOT(handleRegularEvents())); + general_timer_.start(); screen_ = QPixmap(viewport()->width(), viewport()->height()); cursor_ = new frontend::CursorWidget(); -- 2.39.5