mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 17:57:11 +01:00
Enable widget debugging
This commit is contained in:
@@ -269,7 +269,7 @@ void UIManager::onWidgetDestroy(const UIWidgetPtr& widget)
|
||||
if(m_draggingWidget == widget)
|
||||
updateDraggingWidget(nullptr);
|
||||
|
||||
#ifndef DEBUG
|
||||
#ifndef NDEBUG
|
||||
if(widget == m_rootWidget || !m_rootWidget)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user