Skip to content

Commit

Permalink
small experiment on integration scripts failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jvuletich committed Jul 28, 2024
1 parent 0b11536 commit ccccf45
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
'From Cuis7.1 [latest update: #6538] on 27 July 2024 at 3:17:32 pm'!

!WorldMorph methodsFor: 'change reporting' stamp: 'KenD 7/27/2024 07:32:54'!
addedMorphx: aMorph
"Notify the receiver that the given morph was just added."
super addedMorph: aMorph.
self firstHand newMouseFocus: nil. "Hand need to reset mouseFocus"
self taskbar ifNotNil: [ :tb |
tb wasOpened: aMorph ]! !

0 comments on commit ccccf45

Please sign in to comment.