Skip to content

Commit

Permalink
refactor: Clean code[367890]
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedysky committed Jun 24, 2022
1 parent 9c4e98c commit 1922978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTKCommon/ttkqtwrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace Qt
# define QtMouseEventY(p) p->position().y()
# define QtMouseEventPos(p) p->position()
# define QtMouseEventGlobalX(p) p->globalPosition().x()
# define QtMouseEventGlobalY(p) p->globalPosition).y()
# define QtMouseEventGlobalY(p) p->globalPosition().y()
# define QtMouseEventGlobalPos(p) p->globalPosition().toPoint()
#else
# define QtMouseEventX(p) p->x()
Expand Down

0 comments on commit 1922978

Please sign in to comment.