You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the list of modules matching the given text filter,
disable redrawing the underlying OS control. Otherwise there is a
flickering effect, since the control is redrawn for every item being
processed by the filter by default.
With redrawing disabled, the control is only drawn once all items have
been filtered, and there is no more flickering.
0 commit comments