reverted last change with setting the focus only if we hadn't had it, this breaks under wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7864,10 +7864,6 @@ void wxGrid::HideCellEditControl()
|
|||||||
editor->DecRef();
|
editor->DecRef();
|
||||||
attr->DecRef();
|
attr->DecRef();
|
||||||
|
|
||||||
// if the focus moved completely outside this application, set it to
|
|
||||||
// ourselves so that it's not "lost" when the user switches back to
|
|
||||||
// this app
|
|
||||||
if ( !FindFocus() )
|
|
||||||
m_gridWin->SetFocus();
|
m_gridWin->SetFocus();
|
||||||
|
|
||||||
// refresh whole row to the right
|
// refresh whole row to the right
|
||||||
|
Reference in New Issue
Block a user