Spot removal : differentiating source/dest, betted cursor handling

+ some code cleanup from floessie (see issue #2239)
This commit is contained in:
Hombre
2019-09-01 02:08:48 +02:00
parent 4b7e8b7705
commit 82e7caa635
14 changed files with 222 additions and 132 deletions

View File

@@ -490,7 +490,7 @@ bool CurveEditor::drag1(int modifierKey)
return false;
}
CursorShape CurveEditor::getCursor(int objectID) const
CursorShape CurveEditor::getCursor(int objectID, int xPos, int yPos) const
{
if (remoteDrag) {
return CSResizeHeight;