mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-24 03:47:18 +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)
|
if (tab)
|
||||||
tab->updateResolutionSelector();
|
tab->updateResolutionSelector();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SettingsMainWindow::inputModeChanged(InputMode mode)
|
|
||||||
{
|
|
||||||
tabContentArea->reset();
|
|
||||||
}
|
|
||||||
|
@ -42,6 +42,5 @@ public:
|
|||||||
|
|
||||||
void showAll(Canvas & to) override;
|
void showAll(Canvas & to) override;
|
||||||
void onScreenResize() override;
|
void onScreenResize() override;
|
||||||
void inputModeChanged(InputMode mode) override;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user