From b9e7232d262389e5e732c0bc661cbde58c24e2a3 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 3 Nov 2002 04:50:54 +0000 Subject: Set Fl_Text_Editor fields to Courier font for easier programming git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/function_panel.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/function_panel.cxx') 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); -- cgit v1.2.3