Issue #659 fix GFE issue with mouse handlers
Former-commit-id:c4d26f8b1b
[formerlyc4d26f8b1b
[formerly 43f277de57d148c2d742266d8346b9b93cbcb82f]] Former-commit-id:ed0b70501f
Former-commit-id:e99cd89281
This commit is contained in:
parent
c6ebaebf1a
commit
3d8f99e127
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ public abstract class AbstractGFEEditTool extends AbstractModalTool implements
|
|||
|
||||
mouseDownPoint = point;
|
||||
mouseDownCoordinate = coord;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue