The "check updates" tickbox in the launcher can be clicked again, nicer changelog formatting in the launcher, setting kb focus to the item searchbox in sub editor automatically
This commit is contained in:
@@ -33,7 +33,8 @@ namespace Barotrauma
|
||||
|
||||
public static void ClearUpdateList()
|
||||
{
|
||||
if (KeyboardDispatcher.Subscriber is GUIComponent &&
|
||||
if (keyboardDispatcher != null &&
|
||||
KeyboardDispatcher.Subscriber is GUIComponent &&
|
||||
!ComponentsToUpdate.Contains((GUIComponent)KeyboardDispatcher.Subscriber))
|
||||
{
|
||||
KeyboardDispatcher.Subscriber = null;
|
||||
|
||||
Reference in New Issue
Block a user