mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 21:21:09 -07:00
Add Graph Settings (#879)
This commit is contained in:
parent
234ac8deb3
commit
8357f5d5c5
35 changed files with 1882 additions and 195 deletions
|
@ -190,7 +190,7 @@ void ApplicationViewModel::OnCopyCommand(Object ^ parameter)
|
|||
{
|
||||
DateCalcViewModel->OnCopyCommand(parameter);
|
||||
}
|
||||
else
|
||||
else if (NavCategory::IsCalculatorViewMode(m_mode))
|
||||
{
|
||||
CalculatorViewModel->OnCopyCommand(parameter);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue