mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 12:59:30 -07:00
Update Rates Hyperlink changed to a HyperlinkButton (#29)
* update currency hyperlink changed to a hyperlink button * added bug report and feature request issue tempaltes * copied pull_request_template.md to .github folder * update currency hyperlink changed to a hyperlink button * Updated hyperlink button to move text that should not be linked outside the hyperlink button * Updated hyperlink button to move CurrencySecondaryStatus text out of the hyperlinkbutton control. * Updated the HyperlinkButton to set the content without using a TextBlock and fixed the AutomationTree issue where the HyperlinkButton wasn't being seen
This commit is contained in:
parent
060139f493
commit
321672995d
66 changed files with 103 additions and 103 deletions
|
@ -159,7 +159,6 @@ void UnitConverter::OnOfflineNetworkAccess()
|
|||
|
||||
void UnitConverter::SetNormalCurrencyStatus()
|
||||
{
|
||||
AutomationProperties::SetAccessibilityView(CurrencyRefreshBlock, AccessibilityView::Raw);
|
||||
CurrencySecondaryStatus->Text = L"";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue