Changes between Version 1 and Version 2 of Ticket #18736, comment 8
- Timestamp:
- Apr 25, 2020, 8:27:48 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18736, comment 8
v1 v2 14 14 15 15 4. I noticed that `IFileDialog` in `wxDirDialog` was created without `FOS_NOCHANGEDIR` (wxWidgets changes the CWD when `wxDD_CHANGE_DIR` is set by themselves, does nothing otherwise); however, it seems that the CWD is not changed anyway. Not sure if this option should be added now.... 16 17 5. Speaking of `wxDD_CHANGE_DIR`: When multiple selection is allowed what should be the CWD changed to? Ian's GTK code uses the last selected folder, is this the most logical solution? Maybe just using `wxDD_CHANGE_DIR` together with `wxDD_MULTIPLE` does not make much sense? Whichever solution is used, it should be documented.