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

Disable measure tools when measure menu is closed #320

Merged
merged 1 commit into from Mar 4, 2015

Conversation

elemoine
Copy link
Contributor

@elemoine elemoine commented Mar 4, 2015

This commit fixes a bug where the measure tools were not disabled when closing the measure menu. The problem only exists in non-debug mode. It is related to the "active" property being renamed by the compiler. The fix involves using setActive instead of setting the "active" property directly.

Fixes #319

This commit fixes a bug where the measure tools were not disabled when closing the measure menu. The problem only exists in non-debug mode. It is related to the "active" property being renamed by the compiler. The fix involves using setActive instead of setting the "active" property directly.

Fixes #319
@petzlux
Copy link
Contributor

petzlux commented Mar 4, 2015

Looks good to me!

elemoine pushed a commit that referenced this pull request Mar 4, 2015
…etool

Disable measure tools when measure menu is closed
@elemoine elemoine merged commit 5b446ed into master Mar 4, 2015
@elemoine elemoine deleted the elemoine_fixmeasuretool branch March 4, 2015 13:13
@sbrunner sbrunner modified the milestone: 1 Mar 20, 2015
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.

Measure tools do not deactivate when toolbar is closed
3 participants