Skip to content

Commit

Permalink
Merge pull request #220 from PhysiCell-Tools/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
rheiland authored May 31, 2024
2 parents 0eb2341 + 94b3645 commit c17ad51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/ics_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ def create_figure(self):
self.canvas.mpl_connect("motion_notify_event", self.mouseMoved) # for substrate placement when point not selected
self.canvas.mpl_connect('axes_enter_event', self.on_enter_axes)
self.canvas.mpl_connect('axes_leave_event', self.on_leave_axes)
self.canvas.mpl_connect("motion_notify_event", self.mouseMoved) # for substrate placement when point not selected
self.canvas.setStyleSheet("background-color:transparent;")

self.ax0 = self.figure.add_subplot(111, adjustable='box')
Expand Down

0 comments on commit c17ad51

Please sign in to comment.