See #25517.
https://github.com/wxWidgets/wxWidgets/pull/25538
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
So it turns out that wxMSW was an outlier and that creating wxAccelTable with 0 entries creates a valid (its IsOk() returns true) object in all the other ports. wxMSW behaviour still makes (more) sense to me, so I plan to update all the other ports, but please let me know if anybody disagrees and think it's wxMSW that should be changed (note that while this PR fixes the assert, which is a recent regression, it always created invalid object as ::CreateAcceleratorTable() fails when passed 0 entries).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@vadz pushed 4 commits.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Merged #25538 into master.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()