mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-16 02:02:51 -07:00
Fixed narrator issues in KGF and GraphView button, updated Trig radio button corner radius (#1227)
* fixed the trig units radio buttons rounded corners and narrator issues in kgf and graph reset * removed extra whitespace * Update src/Calculator/Resources/en-US/Resources.resw Co-authored-by: Eric Wong <eriwong@microsoft.com> * Update src/Calculator/Resources/en-US/Resources.resw Co-authored-by: Eric Wong <eriwong@microsoft.com> Co-authored-by: Eric Wong <eriwong@microsoft.com>
This commit is contained in:
parent
143907f21f
commit
9a07755620
6 changed files with 30 additions and 13 deletions
|
@ -160,7 +160,7 @@ NarratorAnnouncement ^ CalculatorAnnouncement::GetGraphViewChangedAnnouncement(S
|
|||
announcement,
|
||||
CalculatorActivityIds::GraphViewChanged,
|
||||
AutomationNotificationKind::ActionCompleted,
|
||||
AutomationNotificationProcessing::MostRecent);
|
||||
AutomationNotificationProcessing::CurrentThenMostRecent);
|
||||
}
|
||||
|
||||
NarratorAnnouncement ^ CalculatorAnnouncement::GetFunctionRemovedAnnouncement(String ^ announcement)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue