Merge pull request #908 from diath/fix_market_focus

Fix game interface not gaining focus after exitting the market
master
Eduardo Bart 7 лет назад коммит произвёл GitHub
Родитель 2095951e07 74caa132c5
Сommit ac21f6772d
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: 4AEE18F83AFDEB23

@ -990,6 +990,7 @@ function Market.close(notify)
if not marketWindow:isHidden() then
marketWindow:hide()
marketWindow:unlock()
modules.game_interface.getRootPanel():focus()
Market.clearSelectedItem()
Market.reset()
if notify then

Загрузка…
Отмена
Сохранить