Skip to content

Commit

Permalink
fix: remove invalid url (#351)
Browse files Browse the repository at this point in the history
remove invalid  url

Log: remove invalid  url
  • Loading branch information
wyu71 authored Dec 20, 2024
1 parent 5ffe15a commit afea4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/logdetailedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void logDetailEdit::mouseMoveEvent(QMouseEvent *e)
m_stepSpeed /= sqrt(font.pointSize() * 4.0);
change = m_stepSpeed * sqrt(abs(m_stepSpeed)) * 100;

// fix bug: https://pms.uniontech.com/zentao/bug-view-55665.html
// fix bug: 55665
// 如果放到外面会屏蔽掉选中
return; //此时屏蔽其他触控效果
}
Expand Down

0 comments on commit afea4f1

Please sign in to comment.