mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Adds ability to adjust padding to guiTextListCtrl's rows
ForcedMaterialMeshMgr tweaked to allow proper setting of override material Ongoing WIP of update/fixing of options menus WIP of expanded visualizers, including material complexity viz Adds no-pie flag when compiling on linux with non-clang compilers
This commit is contained in:
parent
99cee7f32a
commit
7c3bd49615
17 changed files with 912 additions and 487 deletions
|
|
@ -56,6 +56,7 @@ class GuiTextListCtrl : public GuiArrayCtrl
|
|||
|
||||
bool mFitParentWidth;
|
||||
bool mClipColumnText;
|
||||
S32 mRowHeightPadding;
|
||||
|
||||
U32 getRowWidth(Entry *row);
|
||||
bool cellSelected(Point2I cell);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue