cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
882 stars 98 forks source link

UTF special characters in sidemap #334

Closed insunaa closed 7 years ago

insunaa commented 7 years ago

Some special characters are rendered incorrectly, or rather disproportionately large in the sidemap. For example the UTF-8 characters 0x01 or 0x02. render_error

Nevermind the terrible code for the terribly simple task. I was just really bored today.

eidheim commented 7 years ago

Thank you, but the problem lies in gtk+ when its drawing the hexadecimal values of special UTF-8 characters. When the font size becomes small, the square around the hexadecimal values are not correctly adjusted. Please report this issue to gtk+.