1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02: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, wxWindowID id,
const wxPoint & pos, const wxPoint & pos,
const wxSize & size) const wxSize & size)
: wxVListBox(parent, id, pos, size, wxBORDER_THEME), : wxVListBox(parent, id, pos, size, wxBORDER_THEME | wxHSCROLL | wxVSCROLL),
mScrollX(0), mScrollX(0),
mWidth(0) mWidth(0)
{ {