Unstable #200

Merged
Swordfish90 merged 14 commits from unstable into master 2015-01-06 02:37:22 +01:00
Showing only changes of commit 859adf966a - Show all commits

View File

@ -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();