On 5/11/10 2:10 PM, Paul McNett wrote: > On 5/11/10 4:58 AM, Nate Lowrie wrote: > >> 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. > I know we had discussions about this in the past, but I didn't see a ticket for it.
Regards, Nate _______________________________________________ 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]
