-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to XC any frequency. #246
Comments
The issue seems to be with how we are setting XCA or XC on the C++ side. TrackAudio/backend/include/RadioHelper.hpp Lines 49 to 57 in 18e24fd
The faulty line seems to be https://github.com/pierr3/afv-native/blob/def3739684b8b0e66f5023cc582ab35ebdbef51c/src/afv/ATCRadioSimulation.cpp#L833 Since when we click
we are initially setting TLDR: @pierr3 can we get rid of |
Did not manage to get this fixed in this release, but it will be in the next! |
Nevermind, this is fixed in the upcoming beta 5 |
Issue Summary: Unable to select to XC a frequency from the UI by right clicking XCA; the XCA button remains unchanged. However, XCA left click functionality works without issues.
Steps to Reproduce:
Expected Behavior: The button should change when selecting XC, and the transceivers of that FREQ should be coupled.
Actual Behavior: The button remains the same when attempting to select XC and transceivers are not coupled.
The text was updated successfully, but these errors were encountered: