]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
* LyXView::updateInset(): schedule a redraw instead of redraw immediately.
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index c9843504bd34ebf9797081ec85300a58eabd81dd..d9b27611132966834856c52bb124cda97bf0bc04 100644 (file)
@@ -103,6 +103,8 @@ public:
        virtual int height() const { return viewport()->height(); }
        ///
        virtual void setScrollbarParams(int height, int pos, int line_height);
+       ///
+       virtual void sheduleRedraw() { shedule_redraw_ = true; }
 
        /// update the passed area.
        void update(int x, int y, int w, int h);
@@ -171,6 +173,8 @@ private:
        QPixmap screen_;
        ///
        bool need_resize_;
+       ///
+       bool shedule_redraw_;
 };
 
 } // namespace frontend