mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-24 00:53:47 +00:00
Merge branch 'development' of https://github.com/GarageGames/Torque3D into ColorPickerAdvanced
This commit is contained in:
commit
ca2ffea6cd
675 changed files with 34761 additions and 3633 deletions
|
|
@ -215,7 +215,7 @@ void GuiTextEditCtrl::execConsoleCallback()
|
|||
|
||||
// Update the console variable:
|
||||
if ( mConsoleVariable[0] )
|
||||
Con::setVariable( mConsoleVariable, mTextBuffer.getPtr8() );
|
||||
Con::setVariable(mConsoleVariable, mTextBuffer.getPtr8());
|
||||
}
|
||||
|
||||
void GuiTextEditCtrl::updateHistory( StringBuffer *inTxt, bool moveIndex )
|
||||
|
|
@ -376,6 +376,8 @@ S32 GuiTextEditCtrl::calculateCursorPos( const Point2I &globalPos )
|
|||
|
||||
void GuiTextEditCtrl::onMouseDown( const GuiEvent &event )
|
||||
{
|
||||
if(!isActive())
|
||||
return;
|
||||
mDragHit = false;
|
||||
|
||||
// If we have a double click, select all text. Otherwise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue