Added missing initialisation of m_AutoDeleteSelection.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1999-06-13 17:48:22 +00:00
parent d9939b3d99
commit 5c47e84eb6

View File

@ -153,7 +153,7 @@ wxLayoutWindow::wxLayoutWindow(wxWindow *parent)
m_bitmap = new wxBitmap(4,4);
m_bitmapSize = wxPoint(4,4);
m_llist = new wxLayoutList();
SetAutoDeleteSelection(false);
m_BGbitmap = NULL;
m_ScrollToCursor = false;
SetWrapMargin(0);