From 6e5c472cf9641426c5425ea2f404e8908d76d63e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 26 Nov 2022 01:35:50 +0100 Subject: Handle Fluid project settings better (#556) Fix allocation bug in Fl_String --- fluid/CodeEditor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/CodeEditor.cxx') diff --git a/fluid/CodeEditor.cxx b/fluid/CodeEditor.cxx index eea99d24d..d4b4dee91 100644 --- a/fluid/CodeEditor.cxx +++ b/fluid/CodeEditor.cxx @@ -267,7 +267,7 @@ void CodeEditor::textsize(Fl_Fontsize s) { A widget derived from CodeEditor with highlighting for code blocks. This widget is used by the SourceView system to show the design's - source an header code. The secondary highlighting show the text + source and header code. The secondary highlighting show the text part that corresponds to the selected widget(s). */ -- cgit v1.2.3