I´m developing new widgets, integrateds in Polymorph. But when I try implement the keyboard focus appearance fails when the widget have rounded corners:
http://forum.world.st/file/n2713899/RoundedCorner.png I imagine something miss, but I don´t know what. I implement the keyboard focus with drawSubmorphsOn: aCanvas super drawSubmorphsOn: aCanvas. self hasKeyboardFocus ifTrue: [self drawKeyboardFocusOn: aCanvas]. Many thanks for the help :)) -- View this message in context: http://forum.world.st/Implement-Keyboard-focus-on-a-custom-morph-when-have-rounded-corners-tp2713899p2713899.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
