Improve wxFileCtrl::SetFilename() and SetPath() consistency.

Don't allow specifying the directory in the former and do check for the
directory existence in the latter.

Also update the file shown in the dialog in SetFilename().

Closes #16685.
This commit is contained in:
Kevin B. McCarty
2015-05-09 19:05:05 +02:00
committed by Vadim Zeitlin
parent 9a44b109bf
commit 178e9c9335
3 changed files with 26 additions and 15 deletions

View File

@@ -114,6 +114,7 @@ All (GUI):
- Harmonize wxMenuEvent handling between all major ports.
- Fix wxPGChoices copy ctor (Snoits).
- Show how to handle files on command line in docview sample (Neil Mayhew).
- Improve wxFileCtrl::SetFilename() and SetPath() (Kevin B. McCarty).
wxGTK: