diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-01-21 18:23:21 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-01-21 18:23:48 +0100 |
| commit | 4c8927c08344f4275941c4367377f6ca60019648 (patch) | |
| tree | e798e90254030482512355bd6b0f73354e542fa1 /fluid/function_panel.h | |
| parent | 2ddfd9d9492d9fc1df111ec9211dd1be4d424c35 (diff) | |
FLUID: No syntax highlighting in comment editor (#658)
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h index b64c1b98c..29562dba6 100644 --- a/fluid/function_panel.h +++ b/fluid/function_panel.h @@ -94,7 +94,7 @@ extern Fl_Return_Button *c_panel_ok; extern Fl_Button *c_panel_cancel; Fl_Double_Window* make_class_panel(); extern Fl_Double_Window *comment_panel; -extern CodeEditor *comment_input; +extern Fl_Text_Editor *comment_input; extern Fl_Return_Button *comment_panel_ok; extern Fl_Button *comment_panel_cancel; extern Fl_Light_Button *comment_in_source; |
