fix crash error when operate a closed treebox
This commit is contained in:
@@ -1781,6 +1781,11 @@ namespace nana
|
||||
widget.caption("nana treebox");
|
||||
}
|
||||
|
||||
void trigger::detached()
|
||||
{
|
||||
impl_->data.graph = nullptr;
|
||||
}
|
||||
|
||||
void trigger::refresh(graph_reference)
|
||||
{
|
||||
//Don't reset the scroll and update the window
|
||||
|
||||
Reference in New Issue
Block a user