mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
Adds a convenience function to refresh the console dialog.
This commit is contained in:
parent
5e56d8fdfa
commit
ffe9405568
4 changed files with 14 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ class GuiConsole : public GuiArrayCtrl
|
|||
{
|
||||
setDisplayFilters(mDisplayErrors, mDisplayWarnings, !mDisplayNormalMessages);
|
||||
}
|
||||
void refresh()
|
||||
{
|
||||
setDisplayFilters(mDisplayErrors, mDisplayWarnings, mDisplayNormalMessages);
|
||||
}
|
||||
|
||||
void refreshLogText();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue