Fix creating wxButton using stock id with GTK
Broken by 85d63c3150
(Add a class derived from GtkImage to support HiDPI bitmaps, 2020-09-15)
See #19288
This commit is contained in:
@@ -31,3 +31,4 @@ public:
|
||||
};
|
||||
|
||||
#define WX_GTK_IMAGE(obj) G_TYPE_CHECK_INSTANCE_CAST(obj, wxGtkImage::Type(), wxGtkImage)
|
||||
#define WX_GTK_IS_IMAGE(obj) G_TYPE_CHECK_INSTANCE_TYPE(obj, wxGtkImage::Type())
|
||||
|
Reference in New Issue
Block a user