mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 21:33:10 -07:00
ensure error state
This commit is contained in:
parent
3bc92544d2
commit
624f140d7c
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ namespace CalculatorApp
|
||||||
HistoryFlyout.FlyoutPresenterStyle.Setters.Add(new Setter(AutomationProperties.NameProperty, historyPaneName));
|
HistoryFlyout.FlyoutPresenterStyle.Setters.Add(new Setter(AutomationProperties.NameProperty, historyPaneName));
|
||||||
string memoryPaneName = AppResourceProvider.GetInstance().GetResourceString("MemoryPane");
|
string memoryPaneName = AppResourceProvider.GetInstance().GetResourceString("MemoryPane");
|
||||||
MemoryFlyout.FlyoutPresenterStyle.Setters.Add(new Setter(AutomationProperties.NameProperty, memoryPaneName));
|
MemoryFlyout.FlyoutPresenterStyle.Setters.Add(new Setter(AutomationProperties.NameProperty, memoryPaneName));
|
||||||
|
OnIsInErrorPropertyChanged();
|
||||||
|
|
||||||
// Delay load things later when we get a chance.
|
// Delay load things later when we get a chance.
|
||||||
WeakReference weakThis = new WeakReference(this);
|
WeakReference weakThis = new WeakReference(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue