rename parent to m_parent and add floating panel class
This commit is contained in:
@@ -324,7 +324,7 @@ kEventResult NodePanelGrid::handle_event(Event* e)
|
||||
if (!m_mouse_inside)
|
||||
{
|
||||
mouse_release();
|
||||
parent->remove_child(this);
|
||||
m_parent->remove_child(this);
|
||||
if (on_popup_close)
|
||||
on_popup_close(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user