Bringing over fix [r11756] from 1.3 current to the porting branch.

Small doxygen doc fix for scrollbar_width().



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11830 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2016-07-20 01:07:10 +00:00
parent 508af6b48e
commit 6465c2c544

View File

@ -220,7 +220,7 @@ public:
/**
Gets the width/height of the scrollbars.
/return width of scrollbars
\return width of scrollbars
*/
int scrollbar_width() const { return scrollbar_width_; }