1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix theme propagation in various parts of the editor

This commit is contained in:
Yuri Sizov
2022-09-01 18:52:49 +03:00
parent 9142904c24
commit fc7cef8dec
9 changed files with 382 additions and 245 deletions

View File

@@ -196,7 +196,7 @@ private:
Color clear_button_color;
Color clear_button_color_pressed;
int base_scale = 0;
float base_scale = 1.0;
} theme_cache;
bool _is_over_clear_button(const Point2 &p_pos) const;