Ignore:
Timestamp:
09/13/18 12:17:49 (6 years ago)
Author:
bln4
Message:

org.expeditee.settings.UserSettings ->

Modification to the default NoOp setting value and associated description. Part of a fix related to range Gesture.

File:
1 edited

Legend:

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

    r946 r1120  
    9595        public static final IntegerSetting LineStraightenThreshold = new IntegerSetting("Threshold for straightening a line (TODO: does this even do anything?)", 15);
    9696
    97         public static final IntegerSetting NoOpThreshold = new IntegerSetting("Distance the cursor may be dragged while clicking before the operation is cancelled", 60);
     97        public static final IntegerSetting NoOpThreshold = new IntegerSetting("Distance the cursor may be dragged before Gestures must be reinterpreted.  E.g. Copy becomes range.", 10);
    9898       
    9999        public static final IntegerSetting TitlePosition = new IntegerSetting("Position of title item in frame (TODO: find whether this is x-offset or y-offset)", 150);
Note: See TracChangeset for help on using the changeset viewer.