'From Squeak3.3alpha of 18 January 2002 [latest update: #4858] on 3 May 2002 at 2:10:28 pm'! "Change Set: ptmRefix-sw Date: 3 May 2002 Author: Scott Wallace Restores a fix necessary so that the selection does not get lost in a pluggable-text-morph when its yellow-button menu is popped up; the fix had arrived in update 4742 but its work had gotten undone by update 4835."! !PluggableTextMorph methodsFor: 'scroll bar events' stamp: 'sw 2/3/2002 16:29'! yellowButtonActivity: shiftKeyState "Invoke the text-editing menu" | menu | (menu _ self getMenu: shiftKeyState) ifNotNil: [menu setInvokingView: self. menu invokeModal: false]! !