1
0
Fork 0

- ATC radio list - adding selectors to radio R1/R2 for corresponding frequencies

This commit is contained in:
Slawek Mikula 2020-01-01 08:52:26 +01:00 committed by James Turner
parent 8126db050a
commit 517cf19ec6

View file

@ -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);