Skip to content
Commit 7dfc1856 authored by Nate Graham's avatar Nate Graham
Browse files

Hardcode keyboard shortcut in SearchField for now

StandardKey.Find does not work in this context, and instead becomes
translated into the text "22", which its its enum's int value as per
https://doc.qt.io/qt-5/qkeysequence.html#StandardKey-enum.

As a result, hitting Ctrl+F does not focus the field, and hovering over
it with the cursor shows a tooltip with only "22" in it.

Until this can be investigated and fixed, let's hardcode "Ctrl+F"  for
now to unbreak it, which is what the Kirigami version does too.

CCMAIL: carl@carlschwan.eu
parent 14b30e21
Pipeline #146224 passed with stage
in 1 minute and 21 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment