src/gl/partrenderer.cpp

changeset 311
fab454611f9b
parent 309
d862721d19a3
child 313
c24d87f64bed
--- a/src/gl/partrenderer.cpp	Fri Jul 01 13:41:46 2022 +0300
+++ b/src/gl/partrenderer.cpp	Fri Jul 01 16:45:40 2022 +0300
@@ -46,7 +46,6 @@
 {
 	this->setMouseTracking(true);
 	this->setFocusPolicy(Qt::WheelFocus);
-	this->setCursor(Qt::CrossCursor);
 	QSurfaceFormat surfaceFormat;
 	surfaceFormat.setSamples(8);
 	this->setFormat(surfaceFormat);

mercurial