// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
const wxValidator& validator,
const wxString& name )
{
- m_macIsUserPane = false;
-
+ DontCreatePeer();
+
if ( !wxBitmapButtonBase::Create(parent, id, pos, size, style,
validator, name) )
return false;