Skip to content

Commit

Permalink
Merge 3d473fe
Browse files Browse the repository at this point in the history
  • Loading branch information
syrel committed Mar 27, 2024
2 parents 5fe0343 + 3d473fe commit f14959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bloc-Examples/BlSpartaElementExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ BlSpartaElementExamples >> wheelSpectrumColor [
];
beFocusable;
when: BlMouseDownEvent
do:[:evt | wheel requestFocuts ];
do:[:evt | wheel requestFocus ];
when: BlKeyDownEvent
do: [:evt |
evt key name = '1' ifTrue: [segmentCount := 360 ].
Expand Down

0 comments on commit f14959d

Please sign in to comment.