]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/private/grid.h
allow 2 step creation of wxDocChildFrameAnyBase and derived classes
[wxWidgets.git] / include / wx / generic / private / grid.h
index d0a284428429885e13f59350358353866c53e30f..4718828012fc5af10d66a43011644b329de556ce 100644 (file)
@@ -200,7 +200,7 @@ private:
         // can't do anything else here
         wxMouseEvent e;
         e.SetState(wxGetMouseState());
         // can't do anything else here
         wxMouseEvent e;
         e.SetState(wxGetMouseState());
-        GetOwner()->SendSizeEvent(wxEVT_GRID_COL_SIZE, -1, idx, e);
+        GetOwner()->SendGridSizeEvent(wxEVT_GRID_COL_SIZE, -1, idx, e);
     }
 
     // overridden to react to the columns order changes in the customization
     }
 
     // overridden to react to the columns order changes in the customization