From: Jae-Joon L. <lee...@gm...> - 2010-11-05 00:39:07
|
On Fri, Nov 5, 2010 at 9:19 AM, Jae-Joon Lee <lee...@gm...> wrote: > Eric, it seems to be happened because the "_original_facecolor" > property that you introduced is not initialized in __init__ method but > in the set_facecolor method. Is there any reason that this cannot be > initialized in the __init__ method? > Just to clarify, I first thought it is better to be initialized in the __init__ method (since then you don't need to worry about it when you override set_facecolor method), but after second thought, this may not be necessary. -JJ |