diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-23 15:17:54 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2022-11-23 15:18:01 +0100 |
| commit | 817a97bb65883b0ffdbcf9a8eb5b4431cd8a4331 (patch) | |
| tree | ad3b10bb7a0e202a53e25c3b213cc1c305b6792b /fluid/function_panel.fl | |
| parent | 410e57d2db426cb4ab3c8f4b9472ee33e17a5f99 (diff) | |
Fluid: Fix variable naming and a memory leak
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 8 |
1 files changed, 4 insertions, 4 deletions
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 } } } |
