mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Merge pull request #3843 from IvanSavenko/fix_lobby_window_position
Fix positioning of lobby window after resolution or UI scaling change
This commit is contained in:
commit
aac25f72b4
@ -483,6 +483,8 @@ void GlobalLobbyClient::activateInterface()
|
||||
GH.windows().pushWindow(createLobbyWindow());
|
||||
else
|
||||
GH.windows().pushWindow(createLoginWindow());
|
||||
|
||||
GH.windows().topWindow<CIntObject>()->center();
|
||||
}
|
||||
|
||||
void GlobalLobbyClient::activateRoomInviteInterface()
|
||||
|
Loading…
Reference in New Issue
Block a user