The feather parameter from the Gradient tool can now be controlled from the preview.

This commit is contained in:
Hombre
2014-02-22 01:25:41 +01:00
parent 1d1f76540a
commit 315e298971
4 changed files with 144 additions and 31 deletions

View File

@@ -609,6 +609,9 @@ void EditDataProvider::switchOffEditMode() {
}
CursorShape EditDataProvider::getCursor(int objectID) {
if (currSubscriber)
currSubscriber->getCursor(objectID);
return CSOpenHand;
}