// Author: Vadim Zeitlin
// Modified by:
// Created: 04.04.98
-// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
style = SBT_NOBORDERS;
break;
+ case wxSB_SUNKEN:
case wxSB_NORMAL:
default:
style = 0;
case wxSB_FLAT:
style = SBT_NOBORDERS;
break;
+ case wxSB_SUNKEN:
case wxSB_NORMAL:
default:
style = 0;