Applied John L's patches for curson scaling, image resizing
without scaling and the art provider resize bitmap patch.
I'll look into adapting the generic file dialog to it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -125,7 +125,7 @@ static const char *wxArtIDToStock(const wxArtID& id)
|
||||
#undef ART
|
||||
}
|
||||
|
||||
static GtkIconSize wxArtClientToIconSize(const wxArtClient& client)
|
||||
GtkIconSize wxArtClientToIconSize(const wxArtClient& client)
|
||||
{
|
||||
if (client == wxART_TOOLBAR)
|
||||
return GTK_ICON_SIZE_LARGE_TOOLBAR;
|
||||
|
||||
Reference in New Issue
Block a user