Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a few TickMark issues in relation to drawing #118

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2018

  1. - removed reference to PApplet.setBounds(int, int, int, int) as it se…

    …ems not to exist in Processing 3 anymore
    
    - added TickMark distance from component and fixed its relation to TickMark length
    ubidefeo committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    752e1ac View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. - fixed TickMark positioning/spacing

    - implemented TickMark.setDistance(int) method to allow better positioning in respect to the slider
    - cleaned up after myself
    ubidefeo committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    9cf4795 View commit details
    Browse the repository at this point in the history