Fix some Text Editor theme issues and clean up

This commit is contained in:
kit
2025-07-08 22:18:10 -04:00
parent c6d130abd9
commit 7e9e3b767c
8 changed files with 354 additions and 431 deletions

View File

@ -301,12 +301,10 @@ class ScriptEditor : public PanelContainer {
SEARCH_HELP,
SEARCH_WEBSITE,
};
enum ThemeMenu {
// Theme.
THEME_IMPORT,
THEME_RELOAD,
THEME_SAVE,
THEME_SAVE_AS,
};
@ -362,8 +360,6 @@ class ScriptEditor : public PanelContainer {
Button *scripts_visible = nullptr;
FindReplaceBar *find_replace_bar = nullptr;
String current_theme;
float zoom_factor = 1.0f;
TextureRect *script_icon = nullptr;