Makes it properly force an update of the filter via a dirty flag.

This commit is contained in:
Areloch 2017-10-26 20:11:35 -05:00
parent 9b83e47302
commit a36192ffd8
2 changed files with 6 additions and 1 deletions

View file

@ -42,6 +42,7 @@ class GuiConsole : public GuiArrayCtrl
bool mDisplayErrors;
bool mDisplayWarnings;
bool mDisplayNormalMessages;
bool mFiltersDirty;
S32 getMaxWidth(S32 startIndex, S32 endIndex);