Skip to content
Commit bcac40e8 authored by Stefano Crocco's avatar Stefano Crocco Committed by Nicolas Fella
Browse files

Add TabFocus to focusPolicy instead of overriding it

This is a new attempt at solving the issue in !203 without causing the compilation error. This is the code I originally wrote in !203, which I later changed according to the suggestion of a reviewer without checking (by mistake) whether the suggested code actually worked.

The reason I used `StrongFocus` instead of just adding `| TabFocus` (aside from the compilation error) is that, unless I'm not understanding the documentation correctly, `ClickFocus|TabFocus` is not a valid value for `Qt::FocusPolicy` which, unlike other similar enum, doesn't have a corresponding `QFlags`.
parent 384f9242
Pipeline #524160 passed with stage
in 9 minutes and 56 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