Add tests for all of viewer subpackage, with necessary file mods

This commit is contained in:
blink1073
2014-07-16 19:38:23 -05:00
parent 736de2c403
commit 9576df45f8
12 changed files with 607 additions and 46 deletions
+2 -1
View File
@@ -239,7 +239,8 @@ class Plugin(QtGui.QDialog):
def clean_up(self):
self.remove_image_artists()
self.image_viewer.plugins.remove(self)
if self in self.image_viewer.plugins:
self.image_viewer.plugins.remove(self)
self.image_viewer.reset_image()
self.image_viewer.redraw()