Merge branch 'dev' into newlocallab

This commit is contained in:
heckflosse
2018-09-15 20:53:21 +02:00
178 changed files with 4228 additions and 3683 deletions

View File

@@ -348,7 +348,7 @@ CursorShape Gradient::getCursor(const int objectID)
return CSMove2D;
default:
return CSOpenHand;
return CSHandOpen;
}
}