Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed combo meter decoration flickering #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ao-shen
Copy link

@ao-shen ao-shen commented Feb 18, 2023

Fixes #101

Combo meter flicker BUG

This happens because the previous combo decoration is being disposed before the new one is created.

This can be fixed simply by disposing the previous decoration only after the new one is created and rendered.

Combo meter flicker BUG

This happens because the previous combo decoration is being disposed before the new one is created.

This can be fixed simply by disposing the previous decoration only after the new one is created and rendered.
@drfree1
Copy link

drfree1 commented Sep 14, 2023

Thank you

@frankroc2022
Copy link

frankroc2022 commented Jan 25, 2024

Thx so much! I changed it by myself. (I copied your complete file src/combo/editor-combo-meter.ts) in the original git (cloned) and then created a vsix file and installed this file. Great fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Combo Counter Flickering
3 participants