From 5b60dec5c1941957aee03c4fb179eaaf44207f77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 22 Sep 2001 22:39:29 +0000 Subject: [PATCH] oops, we definitely DON'T want to reset m_renderer here git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/framuniv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/univ/framuniv.cpp b/src/univ/framuniv.cpp index c1a2650051..798ac4558d 100644 --- a/src/univ/framuniv.cpp +++ b/src/univ/framuniv.cpp @@ -55,7 +55,6 @@ bool wxFrame::Create(wxWindow *parent, long style, const wxString& name) { - m_renderer = NULL; return wxTopLevelWindow::Create(parent, id, title, pos, size, style, name); } -- 2.50.0