Navigator should use a different icon while panning

The Navigator uses the same hand icon regardless whether panning
the red square or not, this branch tries to fix that, #4738
Includes a cleanup of icon names, i.e. the crosshair should not be
called the hand.
This commit is contained in:
Morgan Hardwood
2018-08-20 10:44:27 +02:00
parent 9847285c4c
commit 871188a1d8
11 changed files with 179 additions and 26 deletions

View File

@@ -717,7 +717,7 @@ inline EditDataProvider* EditSubscriber::getEditProvider () {
}
inline CursorShape EditSubscriber::getCursor (const int objectID) {
return CSOpenHand;
return CSHandOpen;
}
inline bool EditSubscriber::mouseOver (const int modifierKey) {