Commit ccf53f3bd8b97673219a5d7df0d7ae9e0b1de4fb

Authored by tatiana
1 parent 74219c06

ENH: Notes tool hiden, for Beta 2 release

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/constants.py
... ... @@ -454,7 +454,7 @@ VOLUME_STATE_SEED = 2001
454 454  
455 455 TOOL_STATES = [STATE_WL, STATE_SPIN, STATE_ZOOM,
456 456 STATE_ZOOM_SL, STATE_PAN, STATE_MEASURE_DISTANCE,
457   - STATE_MEASURE_ANGLE, STATE_ANNOTATE]
  457 + STATE_MEASURE_ANGLE]#, STATE_ANNOTATE]
458 458  
459 459 TOOL_SLICE_STATES = [SLICE_STATE_CROSS, SLICE_STATE_SCROLL]
460 460  
... ...