Yes, this seems reasonable, as we should delete all references to Cursor.
Do you agree with this ?�� If true we need to create an issue and commit :)
Cheers
Mariano
Hi, i think this send to Sensor could be avoided by replacing the Cursor>>show: method with
Cursor>>show
� � � �self class currentCursor: self.
Instead of a:
Cursor>>show
� � � �"Make the hardware's mouse cursor look like the receiver"
� � � �Sensor currentCursor: self
InputSensor>>currentCursor: newCursor
� � � �"The current cursor is maintained in class Cursor."
� � � �Cursor currentCursor: newCursor.
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project