summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorRyan Roden-Corrent <ryan@rcorre.net>2021-09-03 08:33:02 -0400
committerRyan Roden-Corrent <ryan@rcorre.net>2021-09-03 08:33:02 -0400
commitb296ad23b454c7ce92b819d4a5627d3c7bd8963d (patch)
treecee7629d6fe4f433586e31c8fca8f01d14d9996b /.clang-tidy
parentd20031ccaec4c9ff50bc718cb8d79eefba0d7f11 (diff)
Don't handle property_editor shortcuts on release.
Fixes #52336. EditorProperty::unhandled_key_input was handling both press and release. This means that if you press `ctrl+v` on an EditorProperty line input, it will paste as expected on pressing `ctrl+v`, and accept the event so EditorProperty will not see it. However, on release, LineEdit ignores the event and EditorProperty still catches and handles it, using its own paste implementation.
Diffstat (limited to '.clang-tidy')
0 files changed, 0 insertions, 0 deletions