From: Georg Baum Date: Thu, 23 Mar 2006 12:02:39 +0000 (+0000) Subject: document that wheel_jump is only used in xforms X-Git-Tag: 1.6.10~13457 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0d05cc2711504303521b1e3b01a92cf70f27d14c;p=features.git document that wheel_jump is only used in xforms git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13461 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxrc.h b/src/lyxrc.h index 016ac5ee98..2b88a84f35 100644 --- a/src/lyxrc.h +++ b/src/lyxrc.h @@ -238,6 +238,7 @@ public: /// Zoom factor for screen fonts unsigned int zoom; /// parameter for button_4 and button_5 (scrollwheel) + /// Only used by the xforms frontend unsigned int wheel_jump; /// Screen font sizes in points for each font size std::string font_sizes[10];