Fix perspective and local adjustments cursor icons

Correctly override the getCursor virtual function.
This commit is contained in:
Lawrence Lee
2021-05-14 22:20:25 -07:00
parent c41eb24760
commit 1b7ddf2b31
4 changed files with 4 additions and 4 deletions

View File

@@ -2196,7 +2196,7 @@ void ControlSpotPanel::updateCurveOpacity(const Gtk::TreeModel::Row& selectedRow
}
}
CursorShape ControlSpotPanel::getCursor(int objectID) const
CursorShape ControlSpotPanel::getCursor(int objectID, int xPos, int yPos) const
{
// printf("Object ID: %d\n", objectID);