From 94e0c9205e6049c6b3295145af7fd39156e77543 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 3 Aug 2022 08:51:28 -0400 Subject: add upstream 11.23 --- wx+/context_menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/context_menu.h') diff --git a/wx+/context_menu.h b/wx+/context_menu.h index ef11e37b..05dd58b8 100644 --- a/wx+/context_menu.h +++ b/wx+/context_menu.h @@ -28,7 +28,7 @@ namespace zen inline void setImage(wxMenuItem& menuItem, const wxImage& img) { - menuItem.SetBitmap(toBitmapBundle(img)); + menuItem.SetBitmap(toScaledBitmap(img)); } -- cgit