mirror of
https://github.com/edubart/otclient.git
synced 2025-12-23 00:27:12 +01:00
changes..
This commit is contained in:
@@ -30,7 +30,7 @@ void UIManager::render()
|
||||
void UIManager::resize(const Size& size)
|
||||
{
|
||||
if(m_rootWidget)
|
||||
m_rootWidget->resize(size);
|
||||
m_rootWidget->resize(g_graphics.getScreenSize());
|
||||
}
|
||||
|
||||
void UIManager::inputEvent(const PlatformEvent& event)
|
||||
|
||||
Reference in New Issue
Block a user