Issue #659 fix GFE issue with mouse handlers

Former-commit-id: 45cb41faed [formerly 0e3b539ada] [formerly c4d26f8b1b] [formerly ed0b70501f [formerly c4d26f8b1b [formerly 43f277de57d148c2d742266d8346b9b93cbcb82f]]]
Former-commit-id: ed0b70501f
Former-commit-id: be9d7bfb290d8dd29973c5e43b3df9db459cc72a [formerly e99cd89281]
Former-commit-id: fef4b5d8af
This commit is contained in:
Matt Nash 2012-06-06 14:13:55 -05:00
parent a5ad37d88e
commit c4db1d3d30

View file

@ -426,7 +426,7 @@ public abstract class AbstractGFEEditTool extends AbstractModalTool implements
mouseDownPoint = point;
mouseDownCoordinate = coord;
return false;
return true;
}
/*