src/gl/partrenderer.cpp

changeset 246
86a35ce38773
parent 238
b8ad4c12d937
child 250
2837b549e616
--- a/src/gl/partrenderer.cpp	Mon Jun 20 22:54:13 2022 +0300
+++ b/src/gl/partrenderer.cpp	Mon Jun 20 23:05:27 2022 +0300
@@ -47,6 +47,7 @@
 {
 	this->setMouseTracking(true);
 	this->setFocusPolicy(Qt::WheelFocus);
+	this->setCursor(Qt::CrossCursor);
 	QSurfaceFormat surfaceFormat;
 	surfaceFormat.setSamples(8);
 	this->setFormat(surfaceFormat);

mercurial