Open alex-chan opened 6 years ago
There is a bug in fontScale. ie: if normal font size is 12, selected font size is 16 then the fontScale is 0.75 the result is normal font size is 0.75*12, the selected font size is 0.75 * 16
0.75*12
0.75 * 16
This pull request fix this bug
There is a bug in fontScale. ie: if normal font size is 12, selected font size is 16 then the fontScale is 0.75 the result is normal font size is
0.75*12
, the selected font size is0.75 * 16
This pull request fix this bug