Jump to content

Saving a map does not add extension


Recommended Posts

  • 2 weeks later...

This isn't really a bug, it is the design of GTK_FILE_CHOOSER_GET_FILENAME:

https://developer.gnome.org/gtk2/stable/GtkFileChooser.html#gtk-file-chooser-get-filename

 

The command does not append a file extension if one is not specified. Since there is no way of knowing which file extension the user has selected, it is not possible for Leadwerks to fix the path if it is incomplete.

 

However, I decided to just append ".map" if no extension is specified just for convenience. Be aware this is actually the "wrong" behavior, according to GTK.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...