Skip to content

Fix webview position upon DragEnter event with QT WebEngine - #536

Merged
falkTX merged 2 commits into
DISTRHO:developfrom
HITOA:develop
Jul 29, 2026
Merged

Fix webview position upon DragEnter event with QT WebEngine#536
falkTX merged 2 commits into
DISTRHO:developfrom
HITOA:develop

Conversation

@HITOA

@HITOA HITOA commented Jul 29, 2026

Copy link
Copy Markdown

Fix for #535 regarding webview positioning upon DragEnter event

Comment thread distrho/extra/WebViewImpl.cpp Outdated
}

if (type == QEvent::DragEnter) {
if (_winId != 0)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the winId check can be combined with the "if" above.
then add a comment explaining it, like:

// HACK forcing webview window position, needed for drop area

@falkTX
falkTX merged commit 82138d4 into DISTRHO:develop Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants