[squeak-dev] The Inbox: Morphic-ct.1732.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Mar 2 13:36:40 UTC 2021


Christoph Thiede uploaded a new version of Morphic to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1732.mcz

==================== Summary ====================

Name: Morphic-ct.1732
Author: ct
Time: 2 March 2021, 2:36:32.90317 pm
UUID: 3670c695-6c43-d744-b2d7-03ac4e6217e8
Ancestors: Morphic-mt.1731

Updates description of #sendMouseWheelToKeyboardFocus preference. Reason: Since Windows 10, the MouseWheelRouting setting is enabled by default.

=============== Diff against Morphic-mt.1731 ===============

Item was changed:
  ----- Method: HandMorph class>>sendMouseWheelToKeyboardFocus (in category 'preferences') -----
  sendMouseWheelToKeyboardFocus
  	<preference: 'Send Mouse Wheel Events to Keyboard Focus'
  		categoryList: #(Morphic keyboard mouse)
+ 		description: 'If enabled, follow the behavior known from older versions of Microsoft Windows, where the mouse wheel works for the widget that has the keyboard focus. If disabled, follow the Mac OS style, where the mouse wheel is send to the widget under the mouse position.'
- 		description: 'If enabled, follow the behavior known from Microsoft Windows, where the mouse wheel works for the widget that has the keyboard focus. If disabled, follow the Mac OS style, where the mouse wheel is send to the widget under the mouse position'
  		type: #Boolean>
  	^ SendMouseWheelToKeyboardFocus ifNil: [true]!



More information about the Squeak-dev mailing list