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

Fix DXF export crash #41918

Merged
merged 1 commit into from
Feb 28, 2021

Commits on Feb 28, 2021

  1. Fix DXF export crash

    Folloup qgis#41900
    
    Also hides aspatial layers from export candidates. I'm not sure
    if this is correct but thre was an assert that was hit
    when aspatial layers were present, now I don't know if the
    assert (which is about the size of the layers list and
    the layer list from custom layer order, that only contains
    spatial layers) has been there forever and no one actually
    tested in dev mode with aspatial layers.
    
    In any event, getting aspatial layers back into the list
    is easy but then we'd need to alter the logic that builds
    the ordered layers list and remove the assert.
    elpaso committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    4e4c01e View commit details
    Browse the repository at this point in the history