mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 17:57:11 +01:00
graphics fixes and improvements
This commit is contained in:
@@ -52,9 +52,9 @@ void UIManager::terminate()
|
||||
m_pressedWidget = nullptr;
|
||||
}
|
||||
|
||||
void UIManager::render(bool foregroundPane)
|
||||
void UIManager::render(Fw::DrawPane drawPane)
|
||||
{
|
||||
m_rootWidget->draw(m_rootWidget->getRect(), foregroundPane);
|
||||
m_rootWidget->draw(m_rootWidget->getRect(), drawPane);
|
||||
}
|
||||
|
||||
void UIManager::resize(const Size& size)
|
||||
|
||||
Reference in New Issue
Block a user