]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiView.h
Upstreaming compilation patch needed for Gentoo.
[lyx.git] / src / frontends / qt4 / GuiView.h
index dd6fb9bd6e2c22e40aaa72f0d7711c7fb21401d1..ecf4e446c60f992072f5c36718052379d2444c2f 100644 (file)
@@ -470,6 +470,9 @@ private:
        /// Statusbar widget that shows version control status
        QLabel * version_control_;
 
+       /// The rate from which the actual zoom value is calculated
+       /// from the default zoom pref
+       double zoom_ratio_ = 1.0;
        /// Minimum zoom percentage
        static int const zoom_min_ = 10;