(9a7f4893d) Don't select the chatbox when pressing R/T while another textbox is selected.

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:49:57 +03:00
parent a445911665
commit dedc9b5083
4 changed files with 256 additions and 33 deletions
@@ -80,6 +80,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;