checkbox的锚点 位置 bug?

    var s_ok = sender.getContentSize();


    var p_ok =  sender.convertToWorldSpace( cc.POINT_ZERO);
    return cc.rect(p_ok.x-s_ok.width/2, p_ok.y-s_ok.height/2, s_ok.width, s_ok.height);

使用这个代码,测试checkbox的锚点 位置有问题,在编辑器0.5 0.5 但是实际的数据是0.5 0
代码的 174 230

鼠标的 172 210

请核对一下 要点击上面才行

可以在代码中设置锚点 0.5 0.5