Spot removal : differentiating source/dest, betted cursor handling
+ some code cleanup from floessie (see issue #2239)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user