Skip to content

False file extention formats for FileChooser in ChartViewer.class #7

@amassalimov

Description

@amassalimov

When you save an image you need to type file.png in as a file name (not just file)
I guess it should be not "png" but "*.png" etc.

wrong: new FileChooser.ExtensionFilter(
"Portable Document Format (PDF)", "pdf");

right?: new FileChooser.ExtensionFilter(
"Portable Document Format (PDF)", "*.pdf");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions