Merge pull request #1988 from gamesguru/fix/settings-comboBox-no-autocapture-scroll
prevent comboBox & spinner from capturing mouse scroll unless active
This commit is contained in:
parent
2ece2aee9f
commit
3a707a5ee5
5 changed files with 31 additions and 11 deletions
|
|
@ -450,8 +450,8 @@ linting:
|
|||
before_script:
|
||||
- apk update && apk add make git python3 py3-pip qt6-qtdeclarative-dev
|
||||
# clang18 seems to mess with the emit keyword when using the `->` operator
|
||||
- apk add clang17-extra-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
- export PATH="$PATH:/usr/lib/llvm17/bin/:/root/.local/bin"
|
||||
- apk add clang-extra-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
- export PATH="$PATH:/usr/lib/llvm/bin/:/root/.local/bin"
|
||||
- pip3 install --break-system-packages --user reuse
|
||||
script:
|
||||
- make lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue