From baf9c4834607dcfac7cbc85d1fa406a3076a394c Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 2 Feb 2017 10:46:05 -0500 Subject: [PATCH] Fix back/forward buttons and addressbar --- ShiftOS.WinForms/Applications/Shiftnet.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ShiftOS.WinForms/Applications/Shiftnet.cs b/ShiftOS.WinForms/Applications/Shiftnet.cs index 2822948..4388ece 100644 --- a/ShiftOS.WinForms/Applications/Shiftnet.cs +++ b/ShiftOS.WinForms/Applications/Shiftnet.cs @@ -104,6 +104,7 @@ namespace ShiftOS.WinForms.Applications { url = Url })); + txturl.Text = Url; } public void OnLoad()