Applied patch for #15189 - avoid crash when deleting focused cell (dghart)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -5506,6 +5506,11 @@ public: | ||||
|     */ | ||||
|     virtual bool GetCellRowColumnPosition(long pos, int& row, int& col) const; | ||||
|  | ||||
|     /** | ||||
|         Returns the coordinates of the cell with keyboard focus, or (-1,-1) if none. | ||||
|     */     | ||||
|     virtual wxPosition GetFocusedCell() const; | ||||
|  | ||||
| // Operations | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user