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

Level Emitters wrong tooltip #972

Closed
emperor06 opened this issue Mar 4, 2015 · 0 comments
Closed

Level Emitters wrong tooltip #972

emperor06 opened this issue Mar 4, 2015 · 0 comments
Assignees
Labels
bug Self explanatory? resolved Hopefully
Milestone

Comments

@emperor06
Copy link

By default, it reads: "Emit when levels are above or equal to limit", which is correct (levels >= limit)
But when you toggle it, it the reads: "Emit when levels are below or equal to limit" which is wrong. It won't emit on equals.
!(levels >= limit) <==> (levels < limit)

@thatsIch thatsIch added the bug Self explanatory? label Mar 9, 2015
@thatsIch thatsIch self-assigned this Mar 9, 2015
@thatsIch thatsIch added this to the rv2 milestone Mar 9, 2015
@thatsIch thatsIch added the resolved Hopefully label Mar 9, 2015
yueh added a commit that referenced this issue Mar 9, 2015
Fixes #972 Tooltip now corresponds to the actual behaviour
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Self explanatory? resolved Hopefully
Projects
None yet
Development

No branches or pull requests

2 participants