mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Removed duplicate checkbox image
Added asset import conflict resolution option to prepend folder name Cleanups of Project Importer and fixed importing of material and terrain materials, specifically, fallbacks in the event they are unnamed to utilize the mapTo and internalName fields, respectively Fixed typos in guiTerrainMaterialDlg Added AssetBrowser button to GuiEditor Improved FileObject's PeekLine function to be able to peek forward further via an optional lineOffset argument
This commit is contained in:
parent
438e6cbb3c
commit
abf5a09bc3
12 changed files with 298 additions and 194 deletions
|
|
@ -151,6 +151,8 @@ GuiTextEditCtrl::GuiTextEditCtrl()
|
|||
mPasswordMask = StringTable->insert( "*" );
|
||||
#endif
|
||||
Sim::findObject( "InputDeniedSound", mDeniedSound );
|
||||
|
||||
mValidateCommand = "";
|
||||
}
|
||||
|
||||
GuiTextEditCtrl::~GuiTextEditCtrl()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue