]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing initialisation of m_AutoDeleteSelection.
authorKarsten Ballüder <ballueder@usa.net>
Sun, 13 Jun 1999 17:48:22 +0000 (17:48 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Sun, 13 Jun 1999 17:48:22 +0000 (17:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/richedit/wxlwindow.cpp

index eadfb2b6839b67503a61b085d720b434d7acd5aa..7a00a5b0ad64366e29ac9cc16c0ade9fd6c368cf 100644 (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);