From 603d672015efda8c1b637f22a0f69921fce09edb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 22 Nov 2019 15:08:23 -0800 Subject: [PATCH] Add tooltips to buttons in graphing calculator (#822) * Add tooltips to buttons in graphing calculator * Fix break due to bad merge * CR Feedback --- src/Calculator/App.xaml | 3 ++ src/Calculator/Calculator.vcxproj.filters | 12 +++-- src/Calculator/Controls/EquationTextBox.cpp | 24 ++++++++++ src/Calculator/Controls/EquationTextBox.h | 2 + src/Calculator/Resources/en-US/Resources.resw | 44 +++++++++++++++++++ .../GraphingCalculator.xaml | 5 ++- .../GraphingCalculator.xaml.cpp | 13 +++++- .../KeyGraphFeaturesPanel.xaml | 13 +++--- 8 files changed, 105 insertions(+), 11 deletions(-) diff --git a/src/Calculator/App.xaml b/src/Calculator/App.xaml index 7120ab1..208182b 100644 --- a/src/Calculator/App.xaml +++ b/src/Calculator/App.xaml @@ -1669,6 +1669,7 @@ IsTabStop="False" Visibility="Collapsed"/>