update osx, ios and android projects with the new eraser flag on mouse events
This commit is contained in:
@@ -114,7 +114,7 @@ void NodeDialogBrowse::clear_list()
|
||||
{
|
||||
for (auto& n : container->m_children)
|
||||
{
|
||||
if (auto item = std::dynamic_pointer_cast<NodeDialogBrowseItem>(n))
|
||||
if (auto item = std::static_pointer_cast<NodeDialogBrowseItem>(n))
|
||||
item->m_thumb->tex.destroy();
|
||||
}
|
||||
container->remove_all_children();
|
||||
|
||||
Reference in New Issue
Block a user