Updates:
Status: Workneeded
Comment #7 on issue 5496 by
[hidden email]: UIManager>>grafPort should
be made abstract
http://code.google.com/p/pharo/issues/detail?id=5496The only sender of #grafPort is:
FormCanvas>>portClass
"Return the class used as port"
^ UIManager default grafPort
and the only implementation is
defaultBitBltClass
"Return the BitBlt version to use when I am active"
^BitBlt
IMO this is clearly overengineered.. and do we expect new kinds of graf
ports appear on horizon?
i propose to just remove this . and replace
portClass
^ BitBlt asGrafPort
and remove it from UIManager as well as from Display #defaultBitBltClass
and all its senders..
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker