1. fixed warning which was hiding a bug in wxGrid::SendEvent()
2. started documenting wxDateTime 3. and wxLongLong git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4946,8 +4946,8 @@ bool wxGrid::SendEvent( const wxEventType type,
|
||||
type,
|
||||
this,
|
||||
row, col,
|
||||
FALSE,
|
||||
mouseEv.GetX(), mouseEv.GetY(),
|
||||
FALSE,
|
||||
mouseEv.ControlDown(),
|
||||
mouseEv.ShiftDown(),
|
||||
mouseEv.AltDown(),
|
||||
|
Reference in New Issue
Block a user