File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3628,7 +3628,8 @@ const piemenuGrid = (activity) => {
36283628 activity . turtles . gridWheel . sliceSelectedPathCustom = activity . turtles . gridWheel . slicePathCustom ;
36293629 activity . turtles . gridWheel . sliceInitPathCustom = activity . turtles . gridWheel . slicePathCustom ;
36303630 activity . turtles . gridWheel . animatetime = 0 ; // 300;
3631- activity . turtles . gridWheel . clickModeRotate = false ;
3631+ // making grid pie menu rotates while changing the grid options
3632+ activity . turtles . gridWheel . clickModeRotate = true ;
36323633 const { fill, stroke } = platformColor . gridWheelcolors . selected ;
36333634 activity . turtles . gridWheel . sliceHoverAttr = { fill, stroke, "stroke-width" : 2 } ;
36343635 activity . turtles . gridWheel . sliceSelectedAttr = { fill, stroke, "stroke-width" : 2 } ;
You can’t perform that action at this time.
0 commit comments