summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-27 15:27:12 +0100
committerpml68 <contact@pml68.dev>2025-02-27 15:27:12 +0100
commit9454c42d9d2352ebb8037761ba5bbc1ea12f5da1 (patch)
treebd1bcad236a1d550fdc7e0228e77b9f8e6b95855 /src
parentfix: missing prefix detection (diff)
downloadiced-builder-9454c42d9d2352ebb8037761ba5bbc1ea12f5da1.tar.gz
feat: update `iced`
Diffstat (limited to 'src')
-rw-r--r--src/panes/code_view.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panes/code_view.rs b/src/panes/code_view.rs
index 89d17e8..551347c 100644
--- a/src/panes/code_view.rs
+++ b/src/panes/code_view.rs
@@ -45,7 +45,6 @@ pub fn view(
text_editor(editor_content)
.on_action(Message::EditorAction)
.font(Font::MONOSPACE)
- .rehighlight_on_redraw(true)
.highlight_with::<Highlighter>(
Settings::new(vec![], highlight_style, "rs"),
Highlight::to_format,