Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tile

This commit is contained in:
Nathan Franke
2021-04-13 23:30:23 -05:00
parent f860ee3091
commit 051234e84e
6 changed files with 10 additions and 33 deletions
@@ -863,6 +863,8 @@ void fill_default_theme(Ref<Theme> &theme, const Ref<Font> &default_font, const
theme->set_icon("bar_arrow", "ColorPicker", make_icon(bar_arrow_png));
theme->set_icon("picker_cursor", "ColorPicker", make_icon(picker_cursor_png));
// ColorPickerButton
theme->set_icon("bg", "ColorPickerButton", make_icon(mini_checkerboard_png));
// TooltipPanel