Commit 14b35d506a536ddb91f69f885f86d0836eb65cf2

Authored by tfmoraes
1 parent a6544b81

ENH: It was missing the constants in my last commit

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/constants.py
@@ -438,6 +438,7 @@ SLICE_STATE_EDITOR = 3008 @@ -438,6 +438,7 @@ SLICE_STATE_EDITOR = 3008
438 438
439 VOLUME_STATE_SEED = 2001 439 VOLUME_STATE_SEED = 2001
440 #STATE_LINEAR_MEASURE = 3001 440 #STATE_LINEAR_MEASURE = 3001
  441 +STATE_ANGULAR_MEASURE = 3002
441 442
442 443
443 TOOL_STATES = [ STATE_WL, STATE_SPIN, STATE_ZOOM, 444 TOOL_STATES = [ STATE_WL, STATE_SPIN, STATE_ZOOM,