Fix perspective and local adjustments cursor icons
Correctly override the getCursor virtual function.
This commit is contained in:
@@ -267,7 +267,7 @@ private:
|
||||
void updateControlSpotCurve(const Gtk::TreeModel::Row& row);
|
||||
void deleteControlSpotCurve(Gtk::TreeModel::Row& row);
|
||||
void updateCurveOpacity(const Gtk::TreeModel::Row& selectedRow);
|
||||
CursorShape getCursor(int objectID) const;
|
||||
CursorShape getCursor(int objectID, int xPos, int yPos) const override;
|
||||
bool mouseOver(int modifierKey) override;
|
||||
bool button1Pressed(int modifierKey) override;
|
||||
bool button1Released() override;
|
||||
|
Reference in New Issue
Block a user