https://github.com/wxWidgets/wxWidgets/pull/26406
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@Randalphwa @vadz Another doc miss.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@vadz commented on this pull request.
In interface/wx/ribbon/panel.h:
> @@ -190,8 +190,8 @@ class wxRibbonPanel : public wxRibbonControl
Get the bitmap to be used in place of the panel children when it is
minimised.
*/
- wxBitmap& GetMinimisedIcon();
- const wxBitmap& GetMinimisedIcon() const;
+ wxBitmap GetMinimisedIcon();
+ const wxBitmap& GetMinimisedIconBundle() const;
This should be
⬇️ Suggested change- const wxBitmap& GetMinimisedIconBundle() const; + const wxBitmapBundle& GetMinimisedIconBundle() const;
I'll merge it with this fix a bit later.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()