Fix rendering issues in macOS when connecting to secondary screen

It used to happen before, but just adding native rendering fixes the issue.
This commit is contained in:
Diego Prado Gesto 2019-04-30 11:24:01 +02:00
parent 56c0cae71f
commit f62d19aa60
13 changed files with 29 additions and 0 deletions

View file

@ -40,6 +40,7 @@ Item
width: 240 * screenScaleFactor // TODO: Theme!
color: UM.Theme.getColor("monitor_tooltip_text")
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
}
}
}