You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to save a file as some dummy name 'a' raises:
Unsupported file type:
/home/gustavo/achmvp
Supported extensions are
.pdf, .svg, .ps, .eps, .png, .tiff, .tif, .chmvp
The error occured in ../src/mainwindow_filesave.cpp, line 166.
However, if I try to save it as a.png instead (or any other format really), I get:
You cannot save this document with extension ".png" at the end of the name. The required extension is ".chmvp".
You can choose to use both, so that your file name ends in ".png.chmvp."
The text was updated successfully, but these errors were encountered:
I haven't used this in a long time, but is there a difference between Save and Export? Also, can you try and check if my PR #10 solves your problem? It hasn't been commented on in 2 years, and I'd like someone else to test it before I merge it in.
I also haven't needed it in a long time, decided to give it a try now and I simply cannot find the Export function (I really hope it is not somewhere obvious because I swear I looked for it.) The save as function gives me the errors above.
I tried with your version of the code and while it compiled and ran nicely, it still gave me the same error.
Trying to save a file as some dummy name 'a' raises:
However, if I try to save it as a.png instead (or any other format really), I get:
The text was updated successfully, but these errors were encountered: