Ignore:
Timestamp:
04/29/16 14:17:00 (8 years ago)
Author:
davidb
Message:

Code upgraded so frame zooming is an optional (experimental) feature controlled through settings. This is because it's just to easy to be trying to resize a text item, miss by a few pixels with the mouse cursor, and then zoom the entire page accidentaly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/settings/experimental/ExperimentalFeatures.java

    r919 r1051  
    2525        public static final BooleanSetting AutoWrap = new BooleanSetting("Enable auto wrapping of text", false);
    2626       
     27        public static final BooleanSetting FrameZoom = new BooleanSetting("Enable zooming in and out of frame using F1/F2 or else shift with click-wheel", false);
     28       
     29        public static final BooleanSetting FrameZoomAroundCursor = new BooleanSetting("If true, Frame Zooming uses the location of the mouse cursor as the central point to zoom in/out.", false);
     30       
    2731        public static final BooleanSetting MousePan = new BooleanSetting("Enable panning of the frame by shift-click and dragging the mouse", false);
    2832       
Note: See TracChangeset for help on using the changeset viewer.