- ATC radio list - adding selectors to radio R1/R2 for corresponding frequencies
This commit is contained in:
parent
8126db050a
commit
517cf19ec6
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ void FGATCDialogNew::frequencyDisplay(const std::string& ident)
|
||||||
buf[7] = '\0';
|
buf[7] = '\0';
|
||||||
|
|
||||||
entry->setStringValue("text[1]/label", buf);
|
entry->setStringValue("text[1]/label", buf);
|
||||||
|
entry->setStringValue("button[0]/binding/value", buf);
|
||||||
|
entry->setStringValue("button[1]/binding/value", buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
_gui->showDialog(dialog_name);
|
_gui->showDialog(dialog_name);
|
||||||
|
|
Loading…
Reference in a new issue