From 517cf19ec6442ada01061f4ebc852100a3678652 Mon Sep 17 00:00:00 2001 From: Slawek Mikula Date: Wed, 1 Jan 2020 08:52:26 +0100 Subject: [PATCH] - ATC radio list - adding selectors to radio R1/R2 for corresponding frequencies --- src/ATC/atcdialog.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ATC/atcdialog.cxx b/src/ATC/atcdialog.cxx index b98893f28..ef378295f 100644 --- a/src/ATC/atcdialog.cxx +++ b/src/ATC/atcdialog.cxx @@ -162,6 +162,8 @@ void FGATCDialogNew::frequencyDisplay(const std::string& ident) buf[7] = '\0'; entry->setStringValue("text[1]/label", buf); + entry->setStringValue("button[0]/binding/value", buf); + entry->setStringValue("button[1]/binding/value", buf); } _gui->showDialog(dialog_name);