-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Disappearing square tool #309
Labels
bug
Something isn't working
Comments
Can you please provide context to those images, that would help to determine the exact problems. |
clicking the paddle sometimes make the block diappear
|
happened to me too but it also made the grid vanish |
Paalui
added a commit
to Paalui/CellPond
that referenced
this issue
Sep 11, 2024
Bug: TodePond#315 / TodePond#345 / TodePond#309 Didn't read all the code so hope i got it right. When you close a colorchannel it saves the atoms to reuse the gradiets. When opening it again it checks if the old atoms are there and it copies the gradient. But it only checks if the atom is there so when you close the channel before it has drawn all gradients, the gradient is undefined but isGradient is true. I made it that it also copies the isGradient value from the old atom instead of just setting it true.
TodePond
pushed a commit
that referenced
this issue
Nov 11, 2024
* Fixed "doubleclicking" on Colorpicker Bug: #315 / #345 / #309 Didn't read all the code so hope i got it right. When you close a colorchannel it saves the atoms to reuse the gradiets. When opening it again it checks if the old atoms are there and it copies the gradient. But it only checks if the atom is there so when you close the channel before it has drawn all gradients, the gradient is undefined but isGradient is true. I made it that it also copies the isGradient value from the old atom instead of just setting it true. * No sliding set dx and dy to 0 for the missing cases, when a square gets dropped in a paddle. * limit UI size If you make the UI too small it get broken and you have to reset.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bruh what the.
The text was updated successfully, but these errors were encountered: