1
0
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:
Ivan Savenko 2024-04-28 13:11:10 +03:00 committed by GitHub
commit aac25f72b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -483,6 +483,8 @@ void GlobalLobbyClient::activateInterface()
GH.windows().pushWindow(createLobbyWindow());
else
GH.windows().pushWindow(createLoginWindow());
GH.windows().topWindow<CIntObject>()->center();
}
void GlobalLobbyClient::activateRoomInviteInterface()