From 335ce5cfb31a531e9d7c3b0ed8bb4186de150b57 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 7 May 2015 11:33:57 -0300 Subject: [PATCH] Fixed problem with watershed cursor --- invesalius/data/styles.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/invesalius/data/styles.py b/invesalius/data/styles.py index 56776a1..f1fad70 100644 --- a/invesalius/data/styles.py +++ b/invesalius/data/styles.py @@ -1220,9 +1220,7 @@ class WaterShedInteractorStyle(DefaultInteractorStyle): self.viewer.slice_.current_mask.was_edited = True self.viewer.slice_.current_mask.clear_history() - Publisher.sendMessage('Reload actual slice') - else: - self.viewer.OnScrollBar(update3D=False) + Publisher.sendMessage('Reload actual slice') def get_coordinate_cursor(self): # Find position -- libgit2 0.21.2