Enter popup await mode only if there is an active popup

This commit is contained in:
Ivan Savenko
2023-06-20 19:58:05 +03:00
parent e9788e2904
commit 85a11c090e
13 changed files with 77 additions and 46 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class CRClickPopup : public WindowBase
{
public:
virtual void close();
void closePopupWindow() override;
bool isPopupWindow() const override;
CRClickPopup();
virtual ~CRClickPopup();