]> git.saurik.com Git - wxWidgets.git/commit - include/wx/gtk/filedlg.h
Fix regression in wxGTK wxFilePickerCtrl due to wxFileDialog changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2013 13:36:14 +0000 (13:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 May 2013 13:36:14 +0000 (13:36 +0000)
commit268331f0db16ca664a591357e10438500b87ee20
treef719cd7f573fc295e208f376641ad64a109557a0
parent3ca5e2db2da8c7356df54f8232aeb62bc949affa
Fix regression in wxGTK wxFilePickerCtrl due to wxFileDialog changes.

Revert the changes of r72979 and fix wxFileDialog::GetDirectory() return
value bug (see #14786) differently to avoid breaking wxFilePickerCtrl which
relies on getting wxEVT_BUTTON event when the associated dialog is dismissed.

Closes #15218.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/filedlg.h
src/gtk/filedlg.cpp