From 52130e43abb46b73e52431d338bb99fbb00e1bf5 Mon Sep 17 00:00:00 2001 From: mgimenez Date: Sat, 25 Feb 2017 18:52:23 +0100 Subject: [PATCH] Minor documentation fix 'heightLine" parameter is not applicable to the function being described. Closes #17806. --- interface/wx/dc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/wx/dc.h b/interface/wx/dc.h index dd45441a39..67ce583325 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -870,8 +870,7 @@ public: const wxFont* font = NULL) const; /** Gets the dimensions of the string using the currently selected font. - @a string is the text string to measure, @e heightLine, if non @NULL, - is where to store the height of a single line. + @a string is the text string to measure. @return The text extent as a wxSize object.