Use a yellow color for editable children properties instead of red

This matches the usual "Changes may be lost!" warning color.

- Remove a duplicate editor theme color setting declaration.
This commit is contained in:
Hugo Locurcio
2021-09-30 17:08:04 +02:00
parent a5d7b49342
commit bf34253131
4 changed files with 27 additions and 25 deletions
+3 -3
View File
@@ -74,7 +74,7 @@ private:
bool read_only;
bool checkable;
bool checked;
bool draw_red;
bool draw_warning;
bool keying;
bool deletable;
@@ -150,8 +150,8 @@ public:
void set_checked(bool p_checked);
bool is_checked() const;
void set_draw_red(bool p_draw_red);
bool is_draw_red() const;
void set_draw_warning(bool p_draw_warning);
bool is_draw_warning() const;
void set_keying(bool p_keying);
bool is_keying() const;