Skip to content

MCC TextEditor 15.54

Compare
Choose a tag to compare
@tboeckel tboeckel released this 01 Jul 03:44
· 20 commits to master since this release

Version 15.54 of MCC TextEditor

Changes:

  • ClipboarsServer.c: set "MUI:" as default "CURRDIR:" and "PROGDIR:" for the
    global clipboard server process to avoid locking the directory of the first
    started MUI application using this class until it is eventually flushed from
    memory.
  • PrintLineWithStyles.c: added a custom implementation of
    WritePixelArrayAlpha() in case cybergraphics.library is older than V45.
  • PrintLineWithStyles.c: fixed a possible division by zero bug during alpha
    channel reconstruction. Furthermore the already exclusively allocated pen is
    used for the transparent text as well.