Initialize wxImageFileProperty correctly when file is given in the ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Aug 2013 20:44:58 +0000 (20:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Aug 2013 20:44:58 +0000 (20:44 +0000)
commit8cf4b0651f5414254281bb7d330b6fc547321f71
treec976937e94fe85c898177536df1b834254c1f8cc
parent66c2bf7b1d9326fb650acfaae22ec50528cfbf7c
Initialize wxImageFileProperty correctly when file is given in the ctor.

Previously the file had to be specified later and the value passed to the ctor
was ignored.

Closes #15456.

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