Prevent wxComboBox from generating a wxEVT_KILL_FOCUS event when the user opens the drop-down list under wxQt, as logically the drop-down is part of wxComboBox, even if it's a separate window at Qt level. Closes https://github.com/wxWidgets/wxWidgets/pull/1377