Initialize picker style in native GTK file/dir pickers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Mar 2010 00:23:57 +0000 (00:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Mar 2010 00:23:57 +0000 (00:23 +0000)
commit459128ac884dfae79a5cbb3dd93e83a322cb1acc
treee9aa0cae65cbaf3f182de830fecbeeb548877f72
parent293a13bad79ec53c9e0d665b031262428eec9e41
Initialize picker style in native GTK file/dir pickers.

This fixes the styles used in the native wxGTK version after changes in
r63654: we must initialize base class m_pickerStyle now and the code didn't do
this before resulting in various asserts and incorrect behaviour.

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