diff options
| author | Michael <[email protected]> | 2017-02-02 10:46:05 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 10:46:05 -0500 |
| commit | baf9c4834607dcfac7cbc85d1fa406a3076a394c (patch) | |
| tree | ae66556bdd67e232af9599e9eb1826925d2b3dbd /ShiftOS.WinForms | |
| parent | ce47589ce3f96b6674a1eecec14117536475db1e (diff) | |
| download | shiftos_thereturn-baf9c4834607dcfac7cbc85d1fa406a3076a394c.tar.gz shiftos_thereturn-baf9c4834607dcfac7cbc85d1fa406a3076a394c.tar.bz2 shiftos_thereturn-baf9c4834607dcfac7cbc85d1fa406a3076a394c.zip | |
Fix back/forward buttons and addressbar
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shiftnet.cs | 1 |
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() |
