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:
Areloch 2023-03-04 21:26:55 -06:00
parent eeab0c1e06
commit 197aa9f887
2 changed files with 5 additions and 10 deletions

View file

@ -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_