004ca3c6f9
The problem with simple deleting VIEW_ITEM_DATA upon VIEW_ITEM removal was caused by the default copy constructors that copied pointers. Once a copy of an item was destroyed, the VIEW_ITEM_DATA has been destroyed, effectively invalidating m_viewPrivData for the other item. |
||
---|---|---|
.. | ||
view.cpp | ||
view_controls.cpp | ||
view_group.cpp | ||
view_item.cpp | ||
wx_view_controls.cpp |