From 14b35d506a536ddb91f69f885f86d0836eb65cf2 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 24 Feb 2010 13:05:34 +0000 Subject: [PATCH] ENH: It was missing the constants in my last commit --- invesalius/constants.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index 98a44eb..4f69104 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -438,6 +438,7 @@ SLICE_STATE_EDITOR = 3008 VOLUME_STATE_SEED = 2001 #STATE_LINEAR_MEASURE = 3001 +STATE_ANGULAR_MEASURE = 3002 TOOL_STATES = [ STATE_WL, STATE_SPIN, STATE_ZOOM, -- libgit2 0.21.2