joulupukki / bluegrassguru-issues

A repo used to track issues found in the Bluegrass Guru app.
0 stars 0 forks source link

11.0 (2): The font adjuster isn't correctly changing size (initially) #36

Open joulupukki opened 5 years ago

joulupukki commented 5 years ago

If you tap the "make smaller" font (the smaller "A") on the font adjuster on the lyrics view (in search results), nothing appears to happen. The reason for this is that the code just decrements the current font size of the song. The current default size is 0 and so decrementing isn't really doing anything for the font point size. I think the fix is to make sure new FBSong objects are set up with a default font size.

joulupukki commented 5 years ago

Fixed in 11.0 (2).