mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-11 18:28:57 -04:00
Indicate device selection
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ AppFrame::AppFrame() :
|
||||
devName.append(" (In Use?)");
|
||||
}
|
||||
|
||||
menu->Append(wxID_DEVICE_ID+p, devName);
|
||||
menu->AppendRadioItem(wxID_DEVICE_ID+p, devName)->Check(wxGetApp().getDevice() == p);
|
||||
p++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user