aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-02 10:46:05 -0500
committerMichael <[email protected]>2017-02-02 10:46:05 -0500
commitbaf9c4834607dcfac7cbc85d1fa406a3076a394c (patch)
treeae66556bdd67e232af9599e9eb1826925d2b3dbd
parentce47589ce3f96b6674a1eecec14117536475db1e (diff)
downloadshiftos_thereturn-baf9c4834607dcfac7cbc85d1fa406a3076a394c.tar.gz
shiftos_thereturn-baf9c4834607dcfac7cbc85d1fa406a3076a394c.tar.bz2
shiftos_thereturn-baf9c4834607dcfac7cbc85d1fa406a3076a394c.zip
Fix back/forward buttons and addressbar
-rw-r--r--ShiftOS.WinForms/Applications/Shiftnet.cs1
1 files changed, 1 insertions, 0 deletions
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()