mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 01:53:47 +00:00
Merge pull request #1411 from Azaezel/textEditReversion
void GuiTextEditCtrl::execConsoleCallback() reversion
This commit is contained in:
commit
e8d1238794
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ void GuiTextEditCtrl::execConsoleCallback()
|
|||
Parent::execConsoleCallback();
|
||||
|
||||
// Update the console variable:
|
||||
setVariable(mTextBuffer.getPtr8());
|
||||
if ( mConsoleVariable[0] )
|
||||
Con::setVariable(mConsoleVariable, mTextBuffer.getPtr8());
|
||||
}
|
||||
|
||||
void GuiTextEditCtrl::updateHistory( StringBuffer *inTxt, bool moveIndex )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue