jmoenig / Snap

a visual programming language inspired by Scratch
http://snap.berkeley.edu
GNU Affero General Public License v3.0
1.5k stars 744 forks source link

Rejoining colour picker is failing #3322

Closed cymplecy closed 7 months ago

cymplecy commented 7 months ago

Encounted a problem when running my old Snap! to OpenSCAD project and eventually traced it down to this Split seems to work fine untitled script pic - 2024-03-01T134926 077 But when re-joined - colour isn't original one

untitled script pic - 2024-03-01T134931 694

as shown below untitled script pic - 2024-03-01T134937 895

Issue doesn't occur if I do the same using V8 https://snap.berkeley.edu/versions/v8/snap.html untitled script pic - 2024-03-01T135457 453

cymplecy commented 7 months ago

If I've used git bisect correctly :) then it points me to this commit as the first time it changes behaviour https://github.com/jmoenig/Snap/commit/59ff5d6621403c207cfb0197db31327cbc2d6ef0

jmoenig commented 7 months ago

thank you, Simon! This should be fixed now.