From 867e640cb836f4a54141541536222c6304a7d2ed Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 19 May 2016 16:50:09 +0000 Subject: Fix handing of html entities in copied text by Fl_Help_View widget. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11747 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Help_View.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Help_View.H') diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 30c63587e..ebef81d65 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -275,7 +275,7 @@ public: int handle(int); private: - void hv_draw(const char *t, int x, int y); + void hv_draw(const char *t, int x, int y, int entity_extra_length = 0); char begin_selection(); char extend_selection(); void end_selection(int c=0); -- cgit v1.2.3