mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make EditorSpinSlider label color a theme property
This commit is contained in:
parent
3f69ea4f3b
commit
6a4d3859cf
6 changed files with 31 additions and 39 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue