Make EditorSpinSlider label color a theme property

This commit is contained in:
FireForge 2022-03-03 18:19:00 -06:00
parent 3f69ea4f3b
commit 6a4d3859cf
6 changed files with 31 additions and 39 deletions

View file

@ -76,9 +76,6 @@ class EditorSpinSlider : public Range {
bool hide_slider;
bool flat;
bool use_custom_label_color;
Color custom_label_color;
void _evaluate_input_text();
void _update_value_input_stylebox();
@ -112,8 +109,6 @@ public:
void set_flat(bool p_enable);
bool is_flat() const;
void set_custom_label_color(bool p_use_custom_label_color, Color p_custom_label_color);
void setup_and_show() { _focus_entered(); }
LineEdit *get_line_edit();