]> git.saurik.com Git - wxWidgets.git/commit
Don't crash in wxOSX wxTextEntry if the window wasn't created yet.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Jun 2011 21:56:18 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Jun 2011 21:56:18 +0000 (21:56 +0000)
commitda8eb5f5bbf9b3eaf6e5cd48ac16484b1c787846
tree933beb12d94f3afc60f136816c3717a5f886daeb
parent42440b08eadbc14cde1b1f7bffe268c69e5e12be
Don't crash in wxOSX wxTextEntry if the window wasn't created yet.

Assert instead of crashing in wxTextEntry method if the associated window
hadn't been fully created yet.

Closes #13218.

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