rime / squirrel

【鼠鬚管】Rime for macOS
https://rime.im
GNU General Public License v3.0
4.6k stars 412 forks source link

fix(SquirrelPanel): text shown in top-left corner #856

Closed lotem closed 5 months ago

lotem commented 5 months ago

it happens when the panel is displayed for the first time. usually it's the ascii mode status tooltip.

calling setTextContainerInset: in drawRect: has no effect for what's being drawn. fixed by setting the inset on an ealier occasion.