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:
parent
cf08b8bf50
commit
641c59a1a9
@ -198,8 +198,3 @@ void SettingsMainWindow::onScreenResize()
|
||||
if (tab)
|
||||
tab->updateResolutionSelector();
|
||||
}
|
||||
|
||||
void SettingsMainWindow::inputModeChanged(InputMode mode)
|
||||
{
|
||||
tabContentArea->reset();
|
||||
}
|
||||
|
@ -42,6 +42,5 @@ public:
|
||||
|
||||
void showAll(Canvas & to) override;
|
||||
void onScreenResize() override;
|
||||
void inputModeChanged(InputMode mode) override;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user