mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-03 04:47:37 +02:00
Fix 3 uninitialized variable uses
This commit is contained in:
@@ -97,6 +97,9 @@ KeyView::KeyView(wxWindow *parent,
|
||||
|
||||
// The default view
|
||||
mViewType = ViewByTree;
|
||||
|
||||
// Calculate measurements used for columns and scrolling
|
||||
RecalcExtents();
|
||||
}
|
||||
|
||||
KeyView::~KeyView()
|
||||
|
||||
Reference in New Issue
Block a user