1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-02 23:23:53 +01:00

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; mParent = parent;
mLink = link; 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; return false;
} }