From c65852122c8fbc8de37b29fbdcd5010d4f2bef75 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 11 Dec 2013 14:31:27 +0000 Subject: Added informative comment to Fl_Paged_Device::print_window() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10028 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 48f549128..5785c0eaa 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -3457,7 +3457,7 @@ void Fl_Paged_Device::print_window(Fl_Window *win, int x_offset, int y_offset) delete rgb; delete[] bitmap; if (title) { // print the window title - fl_font(FL_HELVETICA, 14); + fl_font(FL_HELVETICA, 14); // the exact font is LucidaGrande 13 pts fl_color(FL_BLACK); fl_draw(title, x_offset+win->w()/2-fl_width(title)/2, y_offset+bt/2+4); } -- cgit v1.2.3