alternetsoft / AlternetUI

MIT License
24 stars 2 forks source link

ListView control exception in cpp code when recreatewnd and have items #25

Closed generalloki closed 1 year ago

generalloki commented 1 year ago

Current solution is to clear items before calling any properties which recreate wnd is done. Exception occurs not always but after some period of work with Listview due to incorrect sync between PAL ListVIew and wxWidgets ListView

generalloki commented 1 year ago

To reproduce error:

generalloki commented 1 year ago

I close the issue as problem was fixed