From 817a97bb65883b0ffdbcf9a8eb5b4431cd8a4331 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 23 Nov 2022 15:17:54 +0100 Subject: Fluid: Fix variable naming and a memory leak --- fluid/function_panel.fl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fluid/function_panel.fl') diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 6631035e7..e1464fd4e 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -1017,18 +1017,18 @@ Function {make_sourceview()} {open xywh {20 50 480 390} textfont 4 textsize 11 resizable code1 {o->linenumber_width(60);} code2 {o->linenumber_size(o->Fl_Text_Display::textsize());} - class DesignViewer + class TextViewer } } Fl_Group {} { - label Design open + label Project open xywh {10 35 500 415} labelsize 13 hide } { - Fl_Text_Display sv_design { + Fl_Text_Display sv_project { xywh {20 50 480 390} textfont 4 textsize 11 resizable code1 {o->linenumber_width(60);} code2 {o->linenumber_size(o->Fl_Text_Display::textsize());} - class DesignViewer + class TextViewer } } } -- cgit v1.2.3