Merge branch 'dev' into spot-removal-tool

This commit is contained in:
Hombre
2019-03-18 22:35:11 +01:00
2691 changed files with 93967 additions and 238984 deletions

View File

@@ -1,6 +1,7 @@
/*
* This file is part of RawTherapee.
*/
#include "../rtengine/procparams.h"
#include "spot.h"
#include "rtimage.h"
#include <iomanip>
@@ -402,7 +403,7 @@ void Spot::deleteSelectedEntry()
// TODO
CursorShape Spot::getCursor (const int objectID)
{
return CSOpenHand;
return CSHandOpen;
}
bool Spot::mouseOver (const int modifierKey)