Skip to content

Commit

Permalink
Issue LibreCAD#1787: QCursor hotX/Y=-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed May 18, 2024
1 parent 4b5cd9d commit e0c35b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion librecad/src/ui/qg_graphicview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
#endif

// Issue #1765: set default cursor size: 32x32
constexpr int g_cursorSize=32;
// Issue #1787: cursor hot spot at center by using hotX=hotY=-1
constexpr int g_cursorSize=-1;

namespace {
// maximum length for displayed block name in context menu
Expand Down

0 comments on commit e0c35b5

Please sign in to comment.