PhysiCell-Tools / PhysiCell-Studio

PhysiCell Studio is a graphical tool to allow easy editing of a (XML) model, create initial positions of cells, run a simulation, and visualize results. To contribute, fork and make PRs to the development branch.
GNU General Public License v3.0
21 stars 13 forks source link

fix redundant motion_notify_event on IC canvas #218

Closed drbergman closed 4 months ago

drbergman commented 4 months ago

clearly adding a duplicate motion_notify_event. Not typically a problem, but I have seen the coordinates become pretty slow when there's lots of cells present. so this will cut that latency in half.