Fix focus bug in graphing mode and other small changes (#938)

* Fix some bugs

* Style fixes from prev PR
This commit is contained in:
Pepe Rivera
2020-01-31 13:45:16 -08:00
committed by GitHub
parent f2dbaad9b9
commit 6ca8f90021
7 changed files with 23 additions and 6 deletions

View File

@@ -38,6 +38,8 @@ public ref class GraphingCalculator sealed : public Windows::UI::Xaml::Data::INo
static Platform::String ^ GetInfoForSwitchModeToggleButton(bool isChecked);
static Windows::UI::Xaml::Visibility ManageEditVariablesButtonVisibility(unsigned int numberOfVariables);
static Platform::String ^ GetTracingLegend(Platform::IBox<bool> ^ isTracing);
void SetDefaultFocus();
private:
void GraphingCalculator_DataContextChanged(Windows::UI::Xaml::FrameworkElement ^ sender, Windows::UI::Xaml::DataContextChangedEventArgs ^ args);