Fixed documentation of enum wxImageResizeQuality.
A C-style comment was not closed and resulted in the explanation of wxIMAGE_QUALITY_NORMAL additionally containing the explanation of wxIMAGE_QUALITY_BOX_AVERAGE and the latter having none. Regression since r67203. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,6 +43,7 @@ enum wxImageResizeQuality
|
||||
Use surrounding pixels to calculate an average that will be used for
|
||||
new pixels. This method is typically used when reducing the size of
|
||||
an image.
|
||||
*/
|
||||
wxIMAGE_QUALITY_BOX_AVERAGE,
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user