Bugzilla – Bug 1228
font size gets reset to 50/50 after sb2 firmware update
Last modified: 2008-12-15 13:06:25 UTC
if you had it set to 1/3-2/3 then update, it's 50/50 afterwards. observed in r2788.
Created attachment 567 [details] restore font size after fw update two things in order to do this. Block mode has a third param for a temporary size. This sets a param for oldsize, so that when unblock is called we go back to the old size. This covers the "player needs upgrade" message case. The second is the update progress bar itself. In this case, we simply store the oldsize as a scalar until the update is done, then set client->textSize($oldsize)
Great! Go for it, assuming it's tested.
I ran it through a couple cycles on sb2, faking a forced upgrade, and doing a couple same-version reloads. I didn't test with an SDK4 type upgrade, but we should all be well beyond that by now :) will commit tonight before build
done at change 3550
This bug appears to have been fixed in the latest release! If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look. Make sure to include the version number of the software you are seeing the error with.