Fix perspective and local adjustments cursor icons
Correctly override the getCursor virtual function.
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
bool pick1(bool picked) override;
|
||||
bool pick3(bool picked) override;
|
||||
bool drag1(int modifierKey) override;
|
||||
CursorShape getCursor(int objectID) const;
|
||||
CursorShape getCursor(int objectID, int xPos, int yPos) const override;
|
||||
bool mouseOver(int modifierKey) override;
|
||||
void switchOffEditMode(void) override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user