SCCapstone / TeamDolphin

The TeamDolphin Art Application is a lightweight android digital art creation application.
3 stars 0 forks source link

The size of the brush remains set after changing tool #78

Closed josemvidal closed 2 years ago

josemvidal commented 2 years ago

The pencil has a size of 1, when I change to the circle which has a big size the circle still actually draws as a size 1, until I click on the size slider.

https://user-images.githubusercontent.com/228704/161662321-069bec7e-bdbc-41c0-be48-f8d9ce665d04.mp4

TysonMedlin commented 2 years ago

Fixed

josemvidal commented 2 years ago

Tip: When you close an issue by writing code, either fixing a bug or creating a new feature, you should add a link to the git-commit(s) that did it.

This can be done automatically if you just write "closes #X" in the comment of the git-commit, where X is the issue number you want to close. See linking pull requests to issues using keywords for more information, or watch this video.

You should also write "#X" on any commit that is for #X. That commit will then get automatically linked to the Issue.

See my github tips list for all the tips.