1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

make it also usable on android

This commit is contained in:
Laserlicht
2024-08-28 23:07:00 +02:00
parent 8ae4a4ab8a
commit aa6cbdf13b
5 changed files with 17 additions and 5 deletions

View File

@@ -196,3 +196,8 @@ void SettingsMainWindow::onScreenResize()
if (tab)
tab->updateResolutionSelector();
}
void SettingsMainWindow::inputModeChanged(InputMode mode)
{
tabContentArea->reset();
}