[EGD-7105] Fix window with timeout Fix window whith timeout to prevent recursive returns to previous window
2 files changed, 6 insertions(+), 0 deletions(-) M module-apps/apps-common/popups/WindowWithTimer.cpp M module-apps/apps-common/popups/WindowWithTimer.hpp
M module-apps/apps-common/popups/WindowWithTimer.cpp => module-apps/apps-common/popups/WindowWithTimer.cpp +5 -0
@@ 52,6 52,11 @@ namespace gui resetTimer(); } void WindowWithTimer::onClose() { detachTimerIfExists(); } WindowWithTimer::~WindowWithTimer() { destroyInterface();
M module-apps/apps-common/popups/WindowWithTimer.hpp => module-apps/apps-common/popups/WindowWithTimer.hpp +1 -0