use "..." instead of <...> for wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -432,7 +432,7 @@ void wxResourceEditorDialogHandler::OnMouseEvent(wxMouseEvent& event)
|
||||
firstDragY = y;
|
||||
dragType = wxDRAG_TYPE_BOUNDING_BOX;
|
||||
wxClientDC dc(handlerDialog);
|
||||
OnDragBegin(x, y, keys, dc, NULL);
|
||||
OnDragBegin(x, y, keys, dc, 0);
|
||||
dragMode = wxDRAG_MODE_CONTINUE_LEFT;
|
||||
oldDragX = x; oldDragY = y;
|
||||
}
|
||||
|
Reference in New Issue
Block a user