mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-09 21:02:20 +08:00
修复非DDE下移动窗口时鼠标不会在放开时还原的问题
This commit is contained in:
parent
ac9c725dfc
commit
677cde3682
@ -68,7 +68,6 @@ bool SpkWindow::event(QEvent *evt)
|
||||
if(!QMainWindow::event(evt) || 1)
|
||||
{
|
||||
mMoveOffset = e->globalPos() - pos();
|
||||
setCursor(Qt::SizeAllCursor);
|
||||
mMoving = true;
|
||||
mResizing = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user