mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
cursor
This commit is contained in:
parent
b88a4049e4
commit
7781fc0f9d
@ -317,6 +317,10 @@ class resizableframeless(saveposwindow):
|
||||
self._move_drag = True
|
||||
self.move_DragPosition = gpos - self.pos()
|
||||
|
||||
def leaveEvent(self, a0) -> None:
|
||||
self.setCursor(Qt.CursorShape.ArrowCursor)
|
||||
return super().leaveEvent(a0)
|
||||
|
||||
def mouseMoveEvent(self, event):
|
||||
# 判断鼠标位置切换鼠标手势
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user