• Dylan Smith's avatar
    richedit: Avoid redundant calls to ME_CalcRunExtent. · c0ee555e
    Dylan Smith authored
    ME_SplitRun is only called by wrapping code. In all but one call the
    returned second half of the split run will be returned, get passed back
    to ME_WrapHandleRun, then ME_CalcRunExtent will be called at the start of
    ME_WrapHandleRun through ME_WrapSizeRun.
    c0ee555e
run.c 28.7 KB