diff --git a/src/myframe.h b/src/myframe.h index 8facaeef..93e8ed7f 100755 --- a/src/myframe.h +++ b/src/myframe.h @@ -1046,7 +1046,9 @@ struct MyFrame : wxFrame { } void ReFocus() { - if (GetCurTab()) GetCurTab()->SetFocus(); + if (wxWindow::HasFocus()) { + if (GetCurTab()) GetCurTab()->SetFocus(); + } } void OnCellColor(wxCommandEvent &ce) {