Skip to content
Success

Changes

Summary

  1. Reworked #subMenuMarker in the MenuItemMorph hierarchy to #subMenuMarkerFormSet. (details)
  2. Made #basicDrawOn: on ToggleMenuItemMorph draw the FormSet for the submenu marker. (details)
  3. Replaced use of an array to initialize the ‘bits’ of the ‘SubMenuMarker’ Form in #initialize for MenuItemMorph by the drawing of the corresponding polygon. (details)
  4. Replaced shared variables ‘SubMenuMarker’, ‘BottomArrow’, ‘LeftArrow’ and ‘UpArrow’ in MenuItemMorph, which held a Form, by corresponding variables that hold a FormSet. (details)
  5. Made #initialize for MenuItemMorph include a Form at scale 2 in each FormSet. (details)
Commit 477b7e22f4d5bc859fc4bf19f50f126b996b0820 by 1611248+Rinzwind
Reworked #subMenuMarker in the MenuItemMorph hierarchy to #subMenuMarkerFormSet.
The file was modified src/Morphic-Widgets-Extra/DockingBarMenuItemMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Extra/DockingBarToggleMenuItemMorph.class.st (diff)
The file was modified src/Morphic-Base/MenuItemMorph.class.st (diff)
Commit ac0c358c5d6217d34a28e97428836c2f30ac6d18 by 1611248+Rinzwind
Made #basicDrawOn: on ToggleMenuItemMorph draw the FormSet for the submenu marker.
The file was modified src/Morphic-Base/ToggleMenuItemMorph.class.st (diff)
The file was modified src/Morphic-Widgets-Extra/DockingBarToggleMenuItemMorph.class.st (diff)
Commit 892b01fb9a4540ffd09ac10903e318dcd8e0bd9f by 1611248+Rinzwind
Replaced use of an array to initialize the ‘bits’ of the ‘SubMenuMarker’ Form in #initialize for MenuItemMorph by the drawing of the corresponding polygon.
The file was modified src/Morphic-Base/MenuItemMorph.class.st (diff)
Commit a178495dceb9548b3d2a08d2a67b55c2eebc643a by 1611248+Rinzwind
Replaced shared variables ‘SubMenuMarker’, ‘BottomArrow’, ‘LeftArrow’ and ‘UpArrow’ in MenuItemMorph, which held a Form, by corresponding variables that hold a FormSet.
The file was modified src/Morphic-Base/MenuItemMorph.class.st (diff)
Commit 6fd74e76dabe4cb5e599615b763293c336a4af76 by 1611248+Rinzwind
Made #initialize for MenuItemMorph include a Form at scale 2 in each FormSet.
The file was modified src/Morphic-Base/MenuItemMorph.class.st (diff)