Describe the bug
I have a menu item whose text is rendered dynamically by a script. With its setting "Min. Scale Factor If Text Does Not Fit" be the default 0.3, the text shrinks when it doesn't fit. But it doesn't resume to the original size when it fits again.
**Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.): MacBook
Screenshots
If applicable, add screenshots to help explain your problem. (You can just paste or drag them here)
Device information:
- Type of Mac:
- macOS version:
- BetterTouchTool version: (please post the exact version - not just "the latest one")
Additional information (e.g. crash logs, related issues, etc.):
I set it to 1
and it still behaved the same. I eventually found the solution by setting it to 100
. Not sure if its unit is actually a percentage.
Could you post a video? It seems to work ok here
It's two menu items like this. The left one is a countdown, which is always good. The right one sometimes will become emojis. It's the right one's font sometimes becomes very small.
I just changed the script to generate it so far it hasn't happened again yet. What I know is setting the scale factor to 100 doesn't help.
It seems the problem disappeared. I've changed the script a little bit. But the only relevant change is: it no longer shows the emoji:
. Not sure what makes it special.