Display a revert icon on ColorPicker's old sample

This denotes that the color can be clicked to revert to the old color.
This commit is contained in:
Hugo Locurcio 2023-11-06 14:53:52 +01:00
parent b7449a3d1a
commit 079f1c8ead
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
5 changed files with 15 additions and 0 deletions

View file

@ -237,6 +237,7 @@ private:
Ref<Texture2D> bar_arrow;
Ref<Texture2D> sample_bg;
Ref<Texture2D> sample_revert;
Ref<Texture2D> overbright_indicator;
Ref<Texture2D> picker_cursor;
Ref<Texture2D> color_hue;