mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
When calculating test length (in method `GuiTreeViewCtrl::Item::getDisplayTextLength()`) the code doesn't take into account the `ItemState::Marked`, which adds additional char in `GuiTreeViewCtrl::Item::getDisplayText()` method. This commit fixes warning printed into console when calling `dSprintf()` as the buffer is now enough to fit all data. |
||
|---|---|---|
| .. | ||
| 3d | ||
| buttons | ||
| containers | ||
| controls | ||
| core | ||
| editor | ||
| game | ||
| shiny | ||
| theora | ||
| utility | ||
| worldEditor | ||