wx.FileDialog::GetPath(): does not return file extension with GTK3?
[email protected] Mon, 26 Nov 2018 15:40:24 -0800 (PST)
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! I noticed that in e.g. the example code for a save dialog on https://wxpython.org/Phoenix/docs/html/wx.FileDialog.html, GetPath() does not append the selected wildcard on GTK. I.e., if my wildcard is set to *.txt and I go to /tmp and type "test" in the filename box sand click save, GetPath() returns "/tmp/test" instead of "/tmp/test.txt". Is this intentional? Using wxPython 4.0.3 on Fedora 29. -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.