mirror of
https://github.com/edubart/otclient.git
synced 2025-12-02 16:06:51 +01:00
Just use g_configs.unload(config) to unload config files.
Avoids concurrent modification errors.
This commit is contained in:
@@ -783,8 +783,10 @@ function setupViewMode(mode)
|
||||
gameRootPanel:fill('parent')
|
||||
gameLeftPanel:setImageColor('alpha')
|
||||
gameRightPanel:setImageColor('alpha')
|
||||
gameLeftPanel:setMarginTop(modules.client_topmenu.getTopMenu():getHeight() - gameLeftPanel:getPaddingTop())
|
||||
gameRightPanel:setMarginTop(modules.client_topmenu.getTopMenu():getHeight() - gameRightPanel:getPaddingTop())
|
||||
gameLeftPanel:setMarginTop(modules.client_topmenu.getTopMenu()
|
||||
:getHeight() - gameLeftPanel:getPaddingTop())
|
||||
gameRightPanel:setMarginTop(modules.client_topmenu.getTopMenu()
|
||||
:getHeight() - gameRightPanel:getPaddingTop())
|
||||
gameLeftPanel:setOn(true)
|
||||
gameLeftPanel:setVisible(true)
|
||||
gameRightPanel:setOn(true)
|
||||
|
||||
Reference in New Issue
Block a user