LibCore: Allow widgets to reparent

This commit is contained in:
Torstennator 2023-09-15 12:07:04 +02:00 committed by Andrew Kaster
commit 38974b4128
Notes: sideshowbarker 2024-07-17 18:23:22 +09:00

View file

@ -134,6 +134,7 @@ public:
{
if (m_parent)
m_parent->remove_child(*this);
m_parent = nullptr;
}
template<class T, class... Args>