From 4b689f23b14ff8cb7b8e611d86c7cc92ac894f84 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Fri, 6 Oct 2023 16:12:49 +0200 Subject: [PATCH] When using seek function in XDRGTK while AF/EON screen was active, it now first closes AF/EON screen --- src/comms.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/comms.cpp b/src/comms.cpp index bff987c..59a07c8 100644 --- a/src/comms.cpp +++ b/src/comms.cpp @@ -205,6 +205,7 @@ void XDRGTKRoutine() { break; case 'C': + if (afscreen || advancedRDS) BuildDisplay(); byte scanmethod; scanmethod = atol(buff + 1); if (scanmethod == 1) {