add compilation options to allow compiling in just the selected wxUniv themes and not all of them (which is still the default)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_ALL_THEMES || wxUSE_THEME_METAL
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/timer.h"
|
||||
#include "wx/intl.h"
|
||||
@@ -591,3 +593,5 @@ void wxMetalRenderer::DrawMetal(wxDC &dc, const wxRect &rect )
|
||||
dc.DrawRectangle( rect.x, y, rect.width, 1 );
|
||||
}
|
||||
}
|
||||
|
||||
#endif // wxUSE_ALL_THEMES || wxUSE_THEME_METAL
|
||||
|
||||
Reference in New Issue
Block a user