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:
@@ -153,7 +153,7 @@ wxLayoutWindow::wxLayoutWindow(wxWindow *parent)
|
|||||||
m_bitmap = new wxBitmap(4,4);
|
m_bitmap = new wxBitmap(4,4);
|
||||||
m_bitmapSize = wxPoint(4,4);
|
m_bitmapSize = wxPoint(4,4);
|
||||||
m_llist = new wxLayoutList();
|
m_llist = new wxLayoutList();
|
||||||
|
SetAutoDeleteSelection(false);
|
||||||
m_BGbitmap = NULL;
|
m_BGbitmap = NULL;
|
||||||
m_ScrollToCursor = false;
|
m_ScrollToCursor = false;
|
||||||
SetWrapMargin(0);
|
SetWrapMargin(0);
|
||||||
|
Reference in New Issue
Block a user