mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Removes the unnecessary gradient effect from GuiPanel when rendered. Now uses just the fill color like most all other gui controls
This commit is contained in:
parent
eeab0c1e06
commit
197aa9f887
2 changed files with 5 additions and 10 deletions
|
|
@ -33,9 +33,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
/// The GuiPanel panel is a container that when opaque will
|
||||
/// draw a left to right gradient using its profile fill and
|
||||
/// fill highlight colors.
|
||||
/// The GuiPanel panel is a container that when rendered will render with the profile's fill colors
|
||||
///
|
||||
/// @addtogroup gui_container_group Containers
|
||||
///
|
||||
|
|
@ -59,4 +57,4 @@ public:
|
|||
};
|
||||
/// @}
|
||||
|
||||
#endif // _GUI_PANEL_H_
|
||||
#endif // _GUI_PANEL_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue