Skip to content
Snippets Groups Projects
Commit afcbe60a authored by Julien Malik's avatar Julien Malik
Browse files

BUG: fix PackedWidgetManager::Shown not returning

parent b4c14437
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ int
PackedWidgetManager
::Shown()
{
m_PackedWidget->m_Window->shown();
return m_PackedWidget->m_Window->shown();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment