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

AbstractAirspace setDragEnabled always set to true #240

Open
trixon opened this issue Feb 10, 2022 · 1 comment
Open

AbstractAirspace setDragEnabled always set to true #240

trixon opened this issue Feb 10, 2022 · 1 comment

Comments

@trixon
Copy link

trixon commented Feb 10, 2022

@Override
public void setDragEnabled(boolean enabled)
{
    this.dragEnabled = true;
}

trixon added a commit to trixon/mapton that referenced this issue Feb 15, 2022
@trixon
Copy link
Author

trixon commented Feb 15, 2022

The rest of the logic is working ok when using reflection to set it.

https://github.com/trixon/mapton/blob/23a0c840dd86a507a3b2757978bdfe413ed9ecd7/modules/me-worldwind/src/main/java/org/mapton/worldwind/api/LayerBundle.java#L292

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

No branches or pull requests

1 participant