Closed
Description
Hi!
I've found an issue with menu_drawer that is not drawing text correctly upon switching forms from different DPI scales. Here is an example when opens a form in a 4K monitor, looks good:
but when change to a HD monitor, it looks like this:
Text renderer from menu_bar seems to work as expected, pretty sure it is the same renderer for items in menu_drawer. Don't know what is happening. Make sure that start_dpi_awareness() is been called at startup.
Thanks again!