• Dylan Smith's avatar
    richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs. · ea9e062b
    Dylan Smith authored
    These calls to ME_WrapMarkedParagraphs never do anything, and don't make
    sense to be called in these places. These places are for ME_MoveCaret,
    and ME_ArrowHome, which both don't involve any text being modified, and
    all (direct and indirect) calls to these functions are done after the
    text has already been wrapped.
    ea9e062b
paint.c 44.7 KB