[Pkg] The Trunk: Morphic-eem.1472.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 5 00:04:43 UTC 2019


Eliot Miranda uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-eem.1472.mcz

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

Name: Morphic-eem.1472
Author: eem
Time: 4 January 2019, 4:04:37.580257 pm
UUID: 3ebc711f-b756-469a-9d09-ddf790c053d4
Ancestors: Morphic-mt.1471

Fix a slip in selectSubmenuKey

=============== Diff against Morphic-mt.1471 ===============

Item was changed:
  ----- Method: DockingBarMorph>>selectSubmenuKey (in category 'events-processing') -----
  selectSubmenuKey
  
  	self isAdheringToTop ifTrue: [ ^31 ].
  	self isAdheringToRight ifTrue: [ ^28 ].
  	self isAdheringToLeft ifTrue: [ ^29 ].
+ 	self isAdheringToBottom ifTrue: [ ^30 ].
- 	self isAdheringToBottom ifTrue: [ 30 ].
  	^31!



More information about the Packages mailing list