Add standard art providers at the bottom of the art providers stack.
This ensures that any user-defined art providers will be in front of them, even when they are added at module-initialization time i.e. possibly before the standard ones. Closes #12519. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -322,7 +322,7 @@ wxTangoArtProvider::CreateBitmap(const wxArtID& id,
|
||||
/* static */
|
||||
void wxArtProvider::InitTangoProvider()
|
||||
{
|
||||
wxArtProvider::Push(new wxTangoArtProvider);
|
||||
wxArtProvider::PushBack(new wxTangoArtProvider);
|
||||
}
|
||||
|
||||
#endif // wxUSE_ARTPROVIDER_TANGO
|
||||
|
||||
Reference in New Issue
Block a user