[bug] Context.GetPlatform().GetContentScale() is missing in v0.8.0 #809
Labels
bug
Something isn't working
Likely fixed
Discussion led to some point; everything seems to be fixed and issue is abandoned. Will close soon.
Milestone
What happend?
In v0.7, I used
Context.GetPlatform().GetContentScale()
to scale a progress bar. However, it appearsGetPlatform()
has been removed in v0.8.0 in this commit.What is the alternative?
Code example
main.go
I was using
where
scaleDivider
andscaleValue
were defined asTo Reproduce
giu.Context.GetPlatform().GetContentScale()
Version
(latest)
OS
Fedora
The text was updated successfully, but these errors were encountered: