]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/filepicker.cpp
Delete the associated dialog in wxGTK wx{File,Dir}Button.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 May 2013 12:38:18 +0000 (12:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 May 2013 12:38:18 +0000 (12:38 +0000)
commit055342681483c4c9e6f542984865ac0543a58c6b
tree2a55e6087c33d05c2cca9b0ab3f5402f37cc8bc6
parent622bc15f1105916107b140884c3693639ec30d0f
Delete the associated dialog in wxGTK wx{File,Dir}Button.

The code seemed to rely on Destroy() being called for deleting the dialog, but
it's actually not used for child windows, so do it in dtor instead.

Closes #15156.

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