don't assert in Refresh() if window is not created yet, simply return without doing...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Mar 2009 15:59:37 +0000 (15:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 Mar 2009 15:59:37 +0000 (15:59 +0000)
commitb4857be372c690e34d4c54ad11c41429b84e9384
tree26f172145792aecb3211f9013757454a18cb1e5d
parent6331c8c0216d220618e2f3017c59db1e2fd56a29
don't assert in Refresh() if window is not created yet, simply return without doing anything (fixes crash on startup in the aui sample introduced by r59394)

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