mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Merge pull request #251 from zfbx/patch-1
Added slider to consoleDlg for bg alpha (Needs refinement)
This commit is contained in:
commit
bcbc08cf23
4 changed files with 34 additions and 11 deletions
|
|
@ -506,16 +506,6 @@ new GuiControlProfile( GuiRadioProfile )
|
|||
category = "Core";
|
||||
};
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// Slider control
|
||||
// ---------------------------------------------------------------------------
|
||||
if( !isObject( GuiSliderProfile ) )
|
||||
new GuiControlProfile( GuiSliderProfile )
|
||||
{
|
||||
bitmap = "data/ui/images/slider";
|
||||
category = "Core";
|
||||
};
|
||||
|
||||
//
|
||||
// Scroll Profile
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue