Change wxFD_MULTIPLE value to avoid conflict with wxDIALOG_NO_PARENT.
This avoids GTK+ warnings about creating a dialog without parent when a wxFileDialog with wxFD_MULTIPLE style is created. Closes #16863.
This commit is contained in:
@@ -109,6 +109,7 @@ wxGTK:
|
||||
- Support building wxGTK3 under Windows (Kolya Kosenko).
|
||||
- Fix vertical cell alignment in wxDataViewCtrl.
|
||||
- Fix clearing of wxComboBox with wxCB_READONLY (Chuddah).
|
||||
- Fix GTK+ warnings for wxFileDialog with wxFD_MULTIPLE style.
|
||||
|
||||
wxMSW:
|
||||
|
||||
|
Reference in New Issue
Block a user