Fix perspective and local adjustments cursor icons
Correctly override the getCursor virtual function.
This commit is contained in:
@@ -268,7 +268,7 @@ bool ControlLineManager::getEdited(void) const
|
||||
return edited;
|
||||
}
|
||||
|
||||
CursorShape ControlLineManager::getCursor(int objectID) const
|
||||
CursorShape ControlLineManager::getCursor(int objectID, int xPos, int yPos) const
|
||||
{
|
||||
return cursor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user