mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
Makes it properly force an update of the filter via a dirty flag.
This commit is contained in:
parent
9b83e47302
commit
a36192ffd8
2 changed files with 6 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ class GuiConsole : public GuiArrayCtrl
|
|||
bool mDisplayErrors;
|
||||
bool mDisplayWarnings;
|
||||
bool mDisplayNormalMessages;
|
||||
bool mFiltersDirty;
|
||||
|
||||
S32 getMaxWidth(S32 startIndex, S32 endIndex);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue