Skip to content

Commit 4749306

Browse files
committed
fix svg size for cross-hair, capture-point, zoomin and zoomout, adjustment for cursor position
1 parent 74704b6 commit 4749306

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Loading
Loading
+1-1
Loading
+1-1
Loading

src/core/qgsapplication.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ QCursor QgsApplication::getThemeCursor( Cursor cursor )
572572
if ( app->devicePixelRatio() >= 2 )
573573
{
574574
scale *= app->devicePixelRatio();
575-
activeX = activeY = 5;
575+
activeX = activeY = 8;
576576
}
577577
#endif
578578
cursorIcon = QCursor( icon.pixmap( std::ceil( scale * 32 ), std::ceil( scale * 32 ) ), std::ceil( scale * activeX ), std::ceil( scale * activeY ) );

0 commit comments

Comments
 (0)