1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-08 00:39:47 +02:00

Quick workaround for constantly switching input mode

This commit is contained in:
Ivan Savenko 2024-12-10 11:16:26 +00:00
parent cf08b8bf50
commit 641c59a1a9
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -42,6 +42,5 @@ public:
void showAll(Canvas & to) override;
void onScreenResize() override;
void inputModeChanged(InputMode mode) override;
};