|
From: Scott F. <sco...@gm...> - 2012-11-03 18:07:25
|
Compile would halt in the file CallGraph/uicallgraphpanel.cpp Compiler would complain that the function GetRows() was not defined. wx294 documentation does not show a GetRows function for wxGrid, but rather GetNumberRows(). Also, original source would call wxGrid::Delete using a range that could possibly exceed stored boundaries. Patch to update. |