Deprecate TextEdit background_color

This commit is contained in:
kit 2025-09-15 21:42:33 -04:00
parent 0b5ad6c73c
commit e2cbfb53f1
8 changed files with 14 additions and 10 deletions

View file

@ -642,9 +642,12 @@ private:
int line_spacing = 1;
int wrap_offset = 10;
Color background_color = Color(1, 1, 1);
Color current_line_color = Color(1, 1, 1);
Color word_highlighted_color = Color(1, 1, 1);
#ifndef DISABLE_DEPRECATED
Color background_color = Color(1, 1, 1);
#endif // DISABLE_DEPRECATED
} theme_cache;
bool window_has_focus = true;