]> git.saurik.com Git - wxWidgets.git/commit
Fix <object_ref> processing to respect overridden attributes.
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Mar 2011 19:13:28 +0000 (19:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Mar 2011 19:13:28 +0000 (19:13 +0000)
commit9445e542a0f2c65cda2c640fd46b42fbdeac9ca1
tree4991dbd9c7985e4863ba8799f6e3ee61a73af14d
parentc560088c4d59dbb12680c07d8892506688f09220
Fix <object_ref> processing to respect overridden attributes.

r60494 accidentally broke this, by adding faster code path for
child-less <object_ref>s. Unfortunately, this made it ignore
<object_ref>s without children, but with attributes overrides.

Fixes #13061.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/xrc/xmlres.cpp