| 235 | } |
| 236 | |
| 237 | void Close([[maybe_unused]] int data = 0) override |
| 238 | { |
| 239 | SetRedErrorSquare(INVALID_TILE); |
| 240 | if (_window_system_initialized) ShowFirstError(); |
| 241 | this->Window::Close(); |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Check whether the currently shown error message was critical or not. |
no test coverage detected