Skip to content

Commit

Permalink
Update LayoutEditor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
geowar1 committed Apr 22, 2020
1 parent c77852d commit 06240db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/jmri/jmrit/display/layoutEditor/LayoutEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -4727,7 +4727,7 @@ public void mouseMoved(@Nonnull MouseEvent event) {

if (findLayoutTracksHitPoint(dLoc)) {
//log.debug("foundTrack: {}", foundTrack);
if (foundHitPointType.isControlHitType()) {
if (HitPointType.isControlHitType(foundHitPointType)) {
_targetPanel.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
} else {
_targetPanel.setCursor(Cursor.getPredefinedCursor(Cursor.CROSSHAIR_CURSOR));
Expand Down

0 comments on commit 06240db

Please sign in to comment.