[BUG][FIX]BooklikeMorph

Karl Ramberg karl.ramberg at chello.se
Tue May 16 10:30:52 UTC 2000


In the rush to make and enhancement I forgot to check
for unwanted behavior. Introduced in Update 2096 is the possibility to
move
a BookMorph by dragging in the PageControlls. But the the change ignored

the times you don't want the book to be movable. Here is an attempt to
fix that.
Maybe the check should be even more thorough?
Karl
-------------- next part --------------
'From Squeak2.8alpha of 19 February 2000 [latest update: #2121] on 16 May 2000 at 12:19:57 pm'!

!BooklikeMorph methodsFor: 'misc' stamp: 'kfr 5/16/2000 12:14'!
move
	owner isWorldMorph
		ifTrue:[^  self activeHand grabMorph: self ]

! !



More information about the Squeak-dev mailing list