mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
Use native rendering for text fields
Hopefully this fixes the font rendering issue we're seeing on MacOS now.
This commit is contained in:
parent
1973397b92
commit
6eca0ce69f
@ -585,6 +585,7 @@ QtObject
|
||||
text: control.unit ? control.unit : ""
|
||||
color: Theme.getColor("setting_unit");
|
||||
font: Theme.getFont("default");
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user