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

Cursor size limit too low #1192

Closed
hungercp opened this issue Sep 14, 2022 · 1 comment
Closed

Cursor size limit too low #1192

hungercp opened this issue Sep 14, 2022 · 1 comment
Labels
cat.UI Issue relates to operation of the user interface cat.UX Issue is related to user experience info.HasInfo Potentially a key to a puzzle platform.Windows Issue is reported on Windows solution.Duplicate Duplicate of another issue type.Enhancement Issue requests feature.

Comments

@hungercp
Copy link

hungercp commented Sep 14, 2022

Description of the problem

Brush cursor not growing after a small limit.
Once it reaches a certain size the cursor will no longer reflect the actual size of the brush, which would be fine if it was an obscurely large brush size however the limit was far too small. However this is only on Windows, I have used mypaint on linux and the cursor size limit was much higher and usable without any workarounds.

Basic system details

MyPaint version: 2.0.1 w64
Operating system: Windows 10

Steps to reproduce

  1. Start MyPaint on Windows 10
  2. Increase brush size until it is visible that it does not grow after increasing just a few times from the default brush size

Workaround

Editing line 82 in mypaint-w64\mingw64\lib\mypaint\gui\cursor.py so that the max_cursor_size = 9999999999999999 (or some other large value)
This will allow the brush size to be reflected into the cursor size far beyond the default limit (which strangely seems to work fine as expected on linux)

@AesaraB AesaraB added type.Enhancement Issue requests feature. platform.Windows Issue is reported on Windows cat.UX Issue is related to user experience cat.UI Issue relates to operation of the user interface labels Jan 17, 2024
@AesaraB AesaraB added this to the Graveyard: Quality of Life milestone Jan 17, 2024
@AesaraB AesaraB added the solution.Duplicate Duplicate of another issue label Jan 17, 2024
@AesaraB
Copy link
Contributor

AesaraB commented Jan 17, 2024

Duplicate of #470

@AesaraB AesaraB marked this as a duplicate of #1192 Jan 17, 2024
@AesaraB AesaraB closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2024
@AesaraB AesaraB added the info.HasInfo Potentially a key to a puzzle label Jan 17, 2024
@AesaraB AesaraB changed the title Cursor size limit too low (Windows 10) Cursor size limit too low Jan 17, 2024
@AesaraB AesaraB marked this as a duplicate of #470 Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat.UI Issue relates to operation of the user interface cat.UX Issue is related to user experience info.HasInfo Potentially a key to a puzzle platform.Windows Issue is reported on Windows solution.Duplicate Duplicate of another issue type.Enhancement Issue requests feature.
Development

No branches or pull requests

2 participants