Create Class Gesture: Position of created class wrong

Issue #18 resolved
Matthias Schoettle created an issue

When creating a new class using the "create class gesture" (drawing a rectangle), the location of the class where it is created differs from when the same is done using tap-and-hold.

Additionally, when the user zoomed, the location seems even more off sometimes.

It would be good to use the location of the top left corner of the rectangle.

Comments (2)

  1. Matthias Schoettle reporter

    Resolved through fix in MT4j (added a new build in commit d72ec5f). Only a certain amount of input events are kept in memory, which also caused the first one (with the start position) to be removed. The new build increased the history size and never removes the first event (it removes the second one instead).

  2. Log in to comment