1
0
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:
Daniel Winzen
2015-04-30 09:06:37 +02:00
parent 423bc8ac4d
commit 428f5c8391
3 changed files with 8 additions and 3 deletions

View File

@@ -97,6 +97,9 @@ KeyView::KeyView(wxWindow *parent,
// The default view
mViewType = ViewByTree;
// Calculate measurements used for columns and scrolling
RecalcExtents();
}
KeyView::~KeyView()