mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-16 00:51:49 -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);
|
SetEscapeId(wxID_CANCEL);
|
||||||
|
|
||||||
Centre();
|
Centre();
|
||||||
|
|
||||||
|
dialogText->SetSelection(-1, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FrequencyDialog::OnEnter(wxCommandEvent &event) {
|
void FrequencyDialog::OnEnter(wxCommandEvent &event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user