Torque3D/Engine/source/gui/buttons
Azaezel 951e302cb1 corrects a copy-corruption flaw with GuiSwatchButtonCtrl::onMouseDragged
pretty sure the offending leak-line creeps in with
 561f010f2e/Templates/BaseGame/game/tools/base/utils/swatchButtons.ed.cs (L34)
comparative release/debug results in
string gridBitmap = "\c0"
vs
string gridBitmap = "ic\c1Gl\c0"
and the relavent initpersistfields entry of TypeString points to
561f010f2e/Engine/source/console/consoleTypes.h (L71)
which is likely causing malformation
2019-01-28 21:04:51 -06:00
..
guiBitmapButtonCtrl.cpp
guiBitmapButtonCtrl.h
guiBorderButton.cpp
guiButtonBaseCtrl.cpp
guiButtonBaseCtrl.h
guiButtonCtrl.cpp
guiButtonCtrl.h
guiCheckBoxCtrl.cpp
guiCheckBoxCtrl.h
guiIconButtonCtrl.cpp
guiIconButtonCtrl.h
guiRadioCtrl.cpp
guiRadioCtrl.h
guiSwatchButtonCtrl.cpp
guiSwatchButtonCtrl.h
guiToggleButtonCtrl.cpp
guiToggleButtonCtrl.h
guiToolboxButtonCtrl.cpp
guiToolboxButtonCtrl.h