Remove minimum/maximum contribution weight when using Unistroke

Issue #380 resolved
Romain Alexandre created an issue

We can set contribution weight using two events:

  • Double tap: It open a keyboard
  • Unistroke : It open a vertical bar and you can set the weight by moving the mouse up or down.

The contribution weight is now a relative value. Thus, it doesn't have a maximal or minimal value. And using the second event (Unistroke) you have a limitation between -100 and 100.

Comments (5)

  1. Romain Alexandre reporter

    References #380: Add buffer to the TextView that contains the weight(the user can click at the right or the left of the TextView to increase/decrease the value) + The TextView is now placed on the outside of the line and not the inside.

    → <<cset b798fab23768>>

  2. Log in to comment