1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Disable text input on window deactivation

This commit is contained in:
Ivan Savenko
2022-12-19 22:06:01 +02:00
parent d29c9d6445
commit a75b437fef
4 changed files with 15 additions and 3 deletions

View File

@@ -152,6 +152,7 @@ public:
void setOnClick(std::function<void()> handler);
void show(SDL_Surface * to) override;
void deactivate() override;
// IStatusBar interface
void write(const std::string & Text) override;