Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ OnShow
Method
OnShow
src/FrequencyDialog.cpp:260–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void FrequencyDialog::OnShow(wxShowEvent &event) {
261
if (initialString.length() == 1) {
262
dialogText->SetFocus();
263
dialogText->SetSelection(2, 2);
264
}
265
event.Skip();
266
}
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected