enable scrollview by default

This commit is contained in:
Vincent Wei
2018-04-03 14:18:07 +08:00
parent f3e40b9d51
commit 130780bf01
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -4606,9 +4606,6 @@ MG_EXPORT int GUIAPI GetClipRegion (HDC hdc, CLIPRGN* cliprgn);
* \note If BITMAP's bmPitch is zero or bmBits is NULL, it will be malloc bmBits
* internal, you need init the BITMAP surely(such as \a InitBitmap) or
* memset(bmp, 0, sizeof(BITMAP)).
* \code
* void GUIAPI SaveScreenBox (int x, int y, int w, int h, void* vbuf)
* \endcode
*
* \sa FillBoxWithBitmap, bmp_struct
*/