mirror of
				https://github.com/Swordfish90/cool-retro-term.git
				synced 2025-10-31 15:12:28 +00:00 
			
		
		
		
	Use IBeamCursor instead of normal arrow.
This commit is contained in:
		| @@ -174,6 +174,7 @@ Item{ | ||||
|     MouseArea{ | ||||
|         acceptedButtons: Qt.LeftButton | Qt.MiddleButton | Qt.RightButton | ||||
|         anchors.fill: parent | ||||
|         cursorShape: Qt.IBeamCursor | ||||
|         onWheel:{ | ||||
|             if(wheel.modifiers & Qt.ControlModifier){ | ||||
|                wheel.angleDelta.y > 0 ? zoomIn.trigger() : zoomOut.trigger(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user