I noticed that currently, the posframe is always redrawn even when it is created for the first time.
This makes the background of the posframe become flashing (disappears and appears again very quickly)
This PR fixes this issue by only redrawing when reusing the existing frame.
Can you take a look and merge if it's useful?
Hi,
I noticed that currently, the posframe is always redrawn even when it is created for the first time. This makes the background of the posframe become flashing (disappears and appears again very quickly)
This PR fixes this issue by only redrawing when reusing the existing frame. Can you take a look and merge if it's useful?
Thanks!