mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-12 17:17:09 -04:00
Fix pressing enter in soft input keyboard not closing when signing in (Thanks fizzwhiz)
This commit is contained in:
parent
40688812c6
commit
2e31f4046f
@ -38,6 +38,7 @@ static struct Bitmap dirtBmp, stoneBmp;
|
||||
#define TILESIZE 48
|
||||
|
||||
void Launcher_SetScreen(struct LScreen* screen) {
|
||||
Window_CloseKeyboard();
|
||||
if (activeScreen) activeScreen->Free(activeScreen);
|
||||
activeScreen = screen;
|
||||
if (!screen->numWidgets) screen->Init(screen);
|
||||
|
Loading…
x
Reference in New Issue
Block a user