Bug 1279: change VST host window parameters to prevent app freeze

This commit is contained in:
Tony Kirkland 2016-05-22 11:17:04 -04:00
parent aa9afb073e
commit 9905652d5c

View File

@ -41,7 +41,7 @@ public:
mParent = parent;
mLink = link;
if (!wxControl::Create(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxNO_BORDER, wxDefaultValidator, wxEmptyString))
if (!wxControl::Create(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxTAB_TRAVERSAL, wxDefaultValidator, wxEmptyString))
{
return false;
}