Fixes #25969.
This PR makes a simple fix to get wxWidgets building under Arch Linux with Clang 21. It simply adds a cast inside SimulateKeyboardKey() inside src/qt/uiaction.cpp to convert the given Qt::Key to a character.
Note that in the issue I used a C-style cast as a proposed fix. In this PR, to follow the coding guidelines, I used a static_cast instead of a regular C-style cast.
https://github.com/wxWidgets/wxWidgets/pull/25970
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Looks good, thanks, will merge soon.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()