mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Correct defect in configuration rig invariant enforcement
The port type (serial, network, usb, none) was not tracking the rig type. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6703 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
fb00a603d5
commit
2bb851d164
@ -489,7 +489,7 @@ private:
|
||||
|
||||
TransceiverFactory::ParameterPack rig_params_;
|
||||
TransceiverFactory::ParameterPack saved_rig_params_;
|
||||
bool last_port_type_;
|
||||
TransceiverFactory::Capabilities::PortType last_port_type_;
|
||||
bool rig_is_dummy_;
|
||||
bool rig_active_;
|
||||
bool have_rig_;
|
||||
|
Loading…
Reference in New Issue
Block a user