cppcheck found this, and it fixes a failure to apply the font asked for in the configuration json file
In at least some build environments, shadowing the outer variable declaration causes the new value to be discarded it seems. In this case, it causes the font selected by the user to be ignored.
cppcheck found this, and it fixes a failure to apply the font asked for in the configuration json file In at least some build environments, shadowing the outer variable declaration causes the new value to be discarded it seems. In this case, it causes the font selected by the user to be ignored.