Add Graph Settings (#879)

This commit is contained in:
Rudy Huyn 2020-01-03 15:06:14 -08:00 committed by GitHub
parent 234ac8deb3
commit 8357f5d5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1882 additions and 195 deletions

View file

@ -190,7 +190,7 @@ void ApplicationViewModel::OnCopyCommand(Object ^ parameter)
{
DateCalcViewModel->OnCopyCommand(parameter);
}
else
else if (NavCategory::IsCalculatorViewMode(m_mode))
{
CalculatorViewModel->OnCopyCommand(parameter);
}