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:
@@ -196,3 +196,8 @@ void SettingsMainWindow::onScreenResize()
|
||||
if (tab)
|
||||
tab->updateResolutionSelector();
|
||||
}
|
||||
|
||||
void SettingsMainWindow::inputModeChanged(InputMode mode)
|
||||
{
|
||||
tabContentArea->reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user