Changeset 1319 for trunk


Ignore:
Timestamp:
04/16/19 14:16:49 (5 years ago)
Author:
bln4
Message:

Fixed bug with drawing polylines that apparently I introduced in revision 1155 by commenting a line.

My original reason for commenting this line is unknown. While a commit comment is present, it is only talking about the primary change that I made in that commit which is the addition of pre and post gesture functions. A exploration of the revision history around that time shows that at the time I was working on making widgets work in the new refactored code. To this end I have tried playing with SampleWidget1, SampleWidget2 and a SampledTrack widget and have been unable to find any <<new>> problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gio/gesture/StandardGestureActions.java

    r1317 r1319  
    18361836                }
    18371837
    1838                 // toAnchor.clear();
     1838                toAnchor.clear();
    18391839                // Check enclosure for all the frames of the items that were anchored
    18401840                for (Frame f : checkEnclosure) {
Note: See TracChangeset for help on using the changeset viewer.