dabo Revision Property Change Revision 5808 Date: 2010-05-11 04:58:06.624940 Author: nate
Property Name: svn:log Previous Property Value: ======================== The wx function GetScrollRange returns 1 when the scrollbar is present, not zero. I updated the GetScrollbarVisible method to look for a 1 when the platform is GTK. 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. _______________________________________________ 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]
