From e0f8410d1621f6766ebf0600fdb6fe85c3e8157f Mon Sep 17 00:00:00 2001 From: Eric M Date: Wed, 29 Sep 2021 19:37:27 +1000 Subject: Improved breakpoint gutter for CodeEdit. Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry. --- editor/editor_themes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/editor_themes.cpp') diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 6e5b94dc07..de1d7b5706 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -1084,6 +1084,7 @@ Ref create_editor_theme(const Ref p_theme) { theme->set_icon("folded", "CodeEdit", theme->get_icon("GuiTreeArrowRight", "EditorIcons")); theme->set_icon("can_fold", "CodeEdit", theme->get_icon("GuiTreeArrowDown", "EditorIcons")); theme->set_icon("executing_line", "CodeEdit", theme->get_icon("MainPlay", "EditorIcons")); + theme->set_icon("breakpoint", "CodeEdit", theme->get_icon("Breakpoint", "EditorIcons")); theme->set_constant("line_spacing", "CodeEdit", EDITOR_DEF("text_editor/appearance/whitespace/line_spacing", 6)); // H/VSplitContainer -- cgit v1.2.3