wxGrid now derives from wxScrolledCanvas

This commit is contained in:
Robin Dunn 2019-10-25 21:22:58 -07:00
parent 146befeb88
commit 4684607a0d

View File

@ -2201,7 +2201,7 @@ enum wxGridRenderStyle
@see @ref overview_grid, wxGridUpdateLocker
*/
class wxGrid : public wxScrolledWindow
class wxGrid : public wxScrolledCanvas
{
public: