Skip to content

Commit

Permalink
ci: re-eanble synthesized wheel events in release image
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Apr 20, 2021
1 parent d4c1340 commit bf6218a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_image.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Prepare Image a little bit"
Preferences disable: #showSharedFlaps.
Preferences enable: #mouseOverForKeyboardFocus.
HandMorph synthesizeMouseWheelEvents: false.
"HandMorph synthesizeMouseWheelEvents: false."
PluggableSystemWindow allInstances do: #abandon.
PreferenceWizardMorph allInstances do: #abandon.

Expand Down

0 comments on commit bf6218a

Please sign in to comment.