1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-19 04:36:35 +01:00
This commit is contained in:
Leland Lucius
2015-08-27 02:30:46 -05:00
parent 00015d4598
commit ab5eb8a558

View File

@@ -53,7 +53,7 @@ KeyView::KeyView(wxWindow *parent,
wxWindowID id,
const wxPoint & pos,
const wxSize & size)
: wxVListBox(parent, id, pos, size, wxBORDER_THEME),
: wxVListBox(parent, id, pos, size, wxBORDER_THEME | wxHSCROLL | wxVSCROLL),
mScrollX(0),
mWidth(0)
{