diff options
| author | Michael <[email protected]> | 2017-02-02 19:51:57 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-02 19:51:57 -0500 |
| commit | 487deee243c7b1994f049c3d190e1e0971973bca (patch) | |
| tree | 0d46457bbe426ede9787faf9216d68d9dafc581e /ShiftOS.WinForms/Applications/Shiftnet.Designer.cs | |
| parent | bf100ab099e7335711ea739cb10a4a9df4b89dc5 (diff) | |
| download | shiftos_thereturn-487deee243c7b1994f049c3d190e1e0971973bca.tar.gz shiftos_thereturn-487deee243c7b1994f049c3d190e1e0971973bca.tar.bz2 shiftos_thereturn-487deee243c7b1994f049c3d190e1e0971973bca.zip | |
Fix download UI
Diffstat (limited to 'ShiftOS.WinForms/Applications/Shiftnet.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Shiftnet.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs b/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs index eeb0439..164c79d 100644 --- a/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs +++ b/ShiftOS.WinForms/Applications/Shiftnet.Designer.cs @@ -102,6 +102,7 @@ // wbcanvas // this.wbcanvas.Dock = System.Windows.Forms.DockStyle.Fill; + this.wbcanvas.IsWebBrowserContextMenuEnabled = false; this.wbcanvas.Location = new System.Drawing.Point(0, 29); this.wbcanvas.MinimumSize = new System.Drawing.Size(20, 20); this.wbcanvas.Name = "wbcanvas"; @@ -109,6 +110,7 @@ this.wbcanvas.Size = new System.Drawing.Size(805, 510); this.wbcanvas.TabIndex = 1; this.wbcanvas.WebBrowserShortcutsEnabled = false; + this.wbcanvas.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.wbcanvas_Navigated); this.wbcanvas.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.wbcanvas_Navigating); // // Shiftnet |
