mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +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();
|
Parent::execConsoleCallback();
|
||||||
|
|
||||||
// Update the console variable:
|
// Update the console variable:
|
||||||
setVariable(mTextBuffer.getPtr8());
|
if ( mConsoleVariable[0] )
|
||||||
|
Con::setVariable(mConsoleVariable, mTextBuffer.getPtr8());
|
||||||
}
|
}
|
||||||
|
|
||||||
void GuiTextEditCtrl::updateHistory( StringBuffer *inTxt, bool moveIndex )
|
void GuiTextEditCtrl::updateHistory( StringBuffer *inTxt, bool moveIndex )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue