Fix perspective and local adjustments cursor icons
Correctly override the getCursor virtual function.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user