source typo fixes pt1 (only on py3 merged code)
issue 0002914
This commit is contained in:
@@ -325,7 +325,7 @@ class TaskPanel:
|
||||
|
||||
def onRemove(self):
|
||||
"""Executed when axes must be deleted."""
|
||||
# Ensure taht we can work
|
||||
# Ensure that we can work
|
||||
plt = Plot.getPlot()
|
||||
if not plt:
|
||||
self.updateUI()
|
||||
|
||||
Reference in New Issue
Block a user