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

Coloring squares bugs out #315

Open
TimurTheGithubber opened this issue Jul 3, 2023 · 1 comment
Open

Coloring squares bugs out #315

TimurTheGithubber opened this issue Jul 3, 2023 · 1 comment

Comments

@TimurTheGithubber
Copy link

TimurTheGithubber commented Jul 3, 2023

grafik
Seemingly randomly, when editing the colors of a square, the engine bugs out (like in the image above), and you are unable to drag anything, forcing you to restart the page. It's a bit annoying considering there is no saving function.

@TeraByte-Official
Copy link

Yeah, it happened to me too.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants