Have to set focus to edit control when it is shown otherwise the
insertion point stays at the beginning of the text control under wxMotif. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
13971833d8
commit
e685e57bbd
@ -2021,7 +2021,7 @@ void wxGrid::ShowCellEditControl()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// m_cellEditCtrl->SetFocus();
|
m_cellEditCtrl->SetFocus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user