removed Antiflicker plugin and simple customize plugin from default
plugins git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1563,11 +1563,9 @@ void wxFrameLayout::PushDefaultPlugins()
|
|||||||
{
|
{
|
||||||
// FIXME:: to much of the stuff for the default...
|
// FIXME:: to much of the stuff for the default...
|
||||||
|
|
||||||
AddPlugin( CLASSINFO( cbSimpleCustomizationPlugin ) );
|
|
||||||
AddPlugin( CLASSINFO( cbRowLayoutPlugin ) );
|
AddPlugin( CLASSINFO( cbRowLayoutPlugin ) );
|
||||||
AddPlugin( CLASSINFO( cbBarDragPlugin ) );
|
AddPlugin( CLASSINFO( cbBarDragPlugin ) );
|
||||||
AddPlugin( CLASSINFO( cbPaneDrawPlugin ) );
|
AddPlugin( CLASSINFO( cbPaneDrawPlugin ) );
|
||||||
AddPlugin( CLASSINFO( cbAntiflickerPlugin ) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxFrameLayout::AddPlugin( wxClassInfo* pPlInfo, int paneMask )
|
void wxFrameLayout::AddPlugin( wxClassInfo* pPlInfo, int paneMask )
|
||||||
|
Reference in New Issue
Block a user