On 5/11/10 4:58 AM, Nate Lowrie wrote: > dabo Revision Property Change > Revision 5808 > Date: 2010-05-11 04:58:06.624940 > Author: nate > > New Property Value: > =================== > This commit fixes the dImage object under linux. The previous buggy behavior > exhibited would cause multiple dImage objects on a page to all display the > same image object. I traced it back to each object using the wx.NullImage > object instance instead of a copy of itso they were each sharing the same > object instance for their _Image property. By making a copy of the NullImage > object when we first reference the _Image property, we can have a separate > instance for each dImage instance and avoid these problems.
Awesome, Nate. I think there's a ticket for this long-standing bug. Thanks! Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
