mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Fixed bug
This commit is contained in:
parent
c97f1c6430
commit
57d3610b11
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace CalculatorApp
|
||||||
auto currentCategory = value->GetModelCategory();
|
auto currentCategory = value->GetModelCategory();
|
||||||
IsCurrencyCurrentCategory = currentCategory.id == CalculatorApp::Common::NavCategory::Serialize(CalculatorApp::Common::ViewMode::Currency);
|
IsCurrencyCurrentCategory = currentCategory.id == CalculatorApp::Common::NavCategory::Serialize(CalculatorApp::Common::ViewMode::Currency);
|
||||||
}
|
}
|
||||||
OnPropertyChanged("CurrentCategory");
|
RaisePropertyChanged("CurrentCategory");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue