diff options
Diffstat (limited to 'support/hololens/ServoApp/BrowserPage.cpp')
-rw-r--r-- | support/hololens/ServoApp/BrowserPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/BrowserPage.cpp b/support/hololens/ServoApp/BrowserPage.cpp index 98521ccd7da..95265852b92 100644 --- a/support/hololens/ServoApp/BrowserPage.cpp +++ b/support/hololens/ServoApp/BrowserPage.cpp @@ -116,7 +116,7 @@ void BrowserPage::OnURLEdited(IInspectable const &, servoControl().Focus(FocusState::Programmatic); auto input = urlTextbox().Text(); auto uri = servoControl().LoadURIOrSearch(input); - urlTextbox().Text(uri.ToString()); + urlTextbox().Text(uri); } } |