mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -05:00
Default select-all for OSX
This commit is contained in:
parent
04ee1534ad
commit
78afaaf93d
@ -13,6 +13,8 @@ FrequencyDialog::FrequencyDialog(wxWindow * parent, wxWindowID id, const wxStrin
|
||||
SetEscapeId(wxID_CANCEL);
|
||||
|
||||
Centre();
|
||||
|
||||
dialogText->SetSelection(-1, -1);
|
||||
}
|
||||
|
||||
void FrequencyDialog::OnEnter(wxCommandEvent &event) {
|
||||
|
Loading…
Reference in New Issue
Block a user