Server log remembers the state of the filters and applies the filter when opened

This commit is contained in:
Joonas Rikkonen
2017-08-02 17:50:34 +03:00
parent 9c039e7574
commit 6e95bbb524
@@ -49,6 +49,8 @@ namespace Barotrauma.Networking
return true; return true;
}; };
tickBox.Selected = !msgTypeHidden[(int)msgType];
y += 20; y += 20;
} }
@@ -58,6 +60,7 @@ namespace Barotrauma.Networking
{ {
AddLine(line); AddLine(line);
} }
FilterMessages();
listBox.UpdateScrollBarSize(); listBox.UpdateScrollBarSize();