From: Mark D. <mar...@zn...> - 2007-03-22 02:08:19
|
Hi, Attached diff fixes documented problem with Wx::Perl::ListCtrl->SetItemData being called LONG_MAX or more times. It also includes tests too. Fix involves reseting index values for all items every 2147483640th time SetItemData is called. Knowing that if I had a Wx::Perl::ListCtrl open on my desktop which refreshed every minute with 3000 items, it would crash on the 497th day caused me great concern :-) Clearly I need to get out of the house more. Mark |