final ReportDocumentContext renderContext = getRenderContext();
if (clearSelectionOnDrag)
{
final DocumentContextSelectionModel selectionModel = renderContext.getSelectionModel();
selectionModel.clearSelection();
clearSelectionOnDrag = false;
}
selectionRectangleTarget = e.getPoint();