]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
Avoid extra space in tooltips
[lyx.git] / src / frontends / qt4 / GuiWorkArea.h
index 63a9c8364ee42c85219b88148964449662d7e0a0..39d2054217b658682c741f3a96951805ecb489b3 100644 (file)
@@ -60,13 +60,11 @@ public:
        /// is GuiView in fullscreen mode?
        bool isFullScreen() const;
        ///
-       void scheduleRedraw();
-       ///
        BufferView & bufferView();
        ///
        BufferView const & bufferView() const;
        ///
-       void redraw(bool update_metrics);
+       void scheduleRedraw(bool update_metrics);
 
        /// return true if the key is part of a shortcut
        bool queryKeySym(KeySymbol const & key, KeyModifier mod) const;