summaryrefslogtreecommitdiff
path: root/fluid/function_panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/function_panel.cxx')
-rw-r--r--fluid/function_panel.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index 560580eb5..5bb17c7ce 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -81,6 +81,7 @@ Fl_Window* make_code_panel() {
o->box(FL_NO_BOX);
Fl_Group::current()->resizable(o);
o->buffer(new Fl_Text_Buffer);
+ o->textfont(FL_COURIER);
}
o->end();
Fl_Group::current()->resizable(o);