mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Rename WebView control to WebViewControl to avoid namespace name clash.
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Robust.Client.WebView
|
||||
/// <summary>
|
||||
/// An UI control that presents web content.
|
||||
/// </summary>
|
||||
public sealed class WebView : Control, IWebViewControl, IRawInputControl
|
||||
public sealed class WebViewControl : Control, IWebViewControl, IRawInputControl
|
||||
{
|
||||
private const int ScrollSpeed = 50;
|
||||
|
||||
@@ -148,7 +148,7 @@ namespace Robust.Client.WebView
|
||||
[Key.Pause] = VKEY_PAUSE,
|
||||
};
|
||||
|
||||
public WebView()
|
||||
public WebViewControl()
|
||||
{
|
||||
CanKeyboardFocus = true;
|
||||
KeyboardFocusOnClick = true;
|
||||
Reference in New Issue
Block a user