This method should never have taken a parameter
This commit is contained in:
parent
e1f7c7dae7
commit
00dd6e66f6
@ -404,7 +404,7 @@ namespace UniversalEditor.Engines.WindowsForms
|
||||
{
|
||||
wndOutputWindow.AppendText(text);
|
||||
}
|
||||
private void _ClearText(string text)
|
||||
private void _ClearText()
|
||||
{
|
||||
wndOutputWindow.ClearText();
|
||||
}
|
||||
@ -420,7 +420,7 @@ namespace UniversalEditor.Engines.WindowsForms
|
||||
{
|
||||
if (wndOutputWindow != null)
|
||||
{
|
||||
wndOutputWindow.Invoke(new Action<string>(_ClearText));
|
||||
wndOutputWindow.Invoke(new Action(_ClearText));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user