MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnShow

Method OnShow

src/DemodLabelDialog.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void DemodLabelDialog::OnShow(wxShowEvent &event) {
103
104 dialogText->SetFocus();
105 dialogText->SetSelection(-1, -1);
106 event.Skip();
107}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected