FIX:fixed object table Brim does not take effect after setting

Change-Id: Ic9dbe6b4c016a69d0e26b6c9a232deda7f526d12
This commit is contained in:
tao wang 2022-12-26 17:13:11 +08:00 committed by Lane.Wei
parent ae8a64f4d5
commit 49f3f3571d

View file

@ -436,11 +436,12 @@ void GridCellChoiceEditor::BeginEdit(int row, int col, wxGrid *grid)
//Combo()->Popup();
#endif
if (evtHandler) {
if (evtHandler)
{
// When dropping down the menu, a kill focus event
// happens after this point, so we can't reset the flag yet.
#if !defined(__WXGTK20__)
evtHandler->SetInSetFocus(false);
//evtHandler->SetInSetFocus(false);
#endif
}
}