┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/folders/folderspanel.cpp
diff options
context:
space:
mode:
authorPan Zhang <[email protected]>2026-03-13 16:32:51 +0800
committerMéven Car <[email protected]>2026-03-14 13:37:25 +0000
commitcde91dd71a89d1f82bc87dabe95643cc93853e50 (patch)
tree2f8bb4d30510174016cd0f169ab9b4dc393890b6 /src/panels/folders/folderspanel.cpp
parente59b657debc8aafd4ef119fd712fcd91b705bcbd (diff)
animatedheightwidget: prevent viewport scrolling
The search field moves upwards and becomes obscured when pressing navigation keys like the down arrow. This happens because the underlying QScrollArea processes keyboard navigation events, shifting the visible viewport even when scrollbars are completely hidden and disabled. Move the event filter from the contents container directly to the QScrollArea (m_contentsContainerParent) and its viewport. Update the filter to intercept Qt::Key_Up and Qt::Key_Down events, preventing the scroll area from handling these inputs. BUG: 510469
Diffstat (limited to 'src/panels/folders/folderspanel.cpp')
0 files changed, 0 insertions, 0 deletions