Skip to content

fix: Fix the touch screen vertical swipe dragging issue#255

Closed
pengfeixx wants to merge 1 commit into
linuxdeepin:masterfrom
pengfeixx:fix-351197
Closed

fix: Fix the touch screen vertical swipe dragging issue#255
pengfeixx wants to merge 1 commit into
linuxdeepin:masterfrom
pengfeixx:fix-351197

Conversation

@pengfeixx
Copy link
Copy Markdown
Contributor

Fix the touch screen vertical swipe dragging issue

Log: Fix the touch screen vertical swipe dragging issue
pms: BUG-351197

@deepin-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pengfeixx

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Comment thread dde-clipboard/listview.cpp Outdated
if (m_mimeData) {
QDrag *drag = new QDrag(this);
QMimeData *mimeData = m_mimeData;
m_mimeData = nullptr;
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.

m_mineData会在之后会处理吧,

Comment thread dde-clipboard/listview.cpp Outdated
QDrag *drag = new QDrag(this);
drag->setMimeData(m_mimeData);
drag->exec(Qt::CopyAction);
if (m_mousePressed) {
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.

必须要加m_pressSource这个标识么?看你这个逻辑,只有在m_mousePressed 处理,跟之前的本身就不一样了,能不能不加这种,看着像是ai针对这个bug修复的一样,

@deepin-bot
Copy link
Copy Markdown
Contributor

deepin-bot Bot commented Mar 12, 2026

TAG Bot

New tag: 6.1.24
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #256

@deepin-bot
Copy link
Copy Markdown
Contributor

deepin-bot Bot commented Mar 18, 2026

TAG Bot

New tag: 6.1.25
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #258

Fix the touch screen vertical swipe dragging issue

Log: Fix the touch screen vertical swipe dragging issue
pms: BUG-351197
@pengfeixx pengfeixx closed this Mar 23, 2026
@pengfeixx pengfeixx deleted the fix-351197 branch March 23, 2026 02:47
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.

3 participants