(2402e736e) Tester's build, January 25th 2020
This commit is contained in:
@@ -20,10 +20,12 @@
|
||||
|
||||
public virtual void Select()
|
||||
{
|
||||
|
||||
if (selected != null && selected != this)
|
||||
{
|
||||
selected.Deselect();
|
||||
#if CLIENT
|
||||
GUI.ClearCursorWait();
|
||||
//make sure any textbox in the previously selected screen doesn't stay selected
|
||||
if (GUI.KeyboardDispatcher.Subscriber != DebugConsole.TextBox)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user