Commit 339908dee03e33ddb6bdab65d9ad8677351104b1
1 parent
e0d8a639
Exists in
master
and in
14 other branches
Rollback STATE_WL to 2
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
| @@ -586,7 +586,7 @@ STYLE_LEVEL = {SLICE_STATE_EDITOR: 1, | @@ -586,7 +586,7 @@ STYLE_LEVEL = {SLICE_STATE_EDITOR: 1, | ||
| 586 | STATE_DEFAULT: 0, | 586 | STATE_DEFAULT: 0, |
| 587 | STATE_MEASURE_ANGLE: 2, | 587 | STATE_MEASURE_ANGLE: 2, |
| 588 | STATE_MEASURE_DISTANCE: 2, | 588 | STATE_MEASURE_DISTANCE: 2, |
| 589 | - STATE_WL: 3, | 589 | + STATE_WL: 2, |
| 590 | STATE_SPIN: 2, | 590 | STATE_SPIN: 2, |
| 591 | STATE_ZOOM: 2, | 591 | STATE_ZOOM: 2, |
| 592 | STATE_ZOOM_SL: 2, | 592 | STATE_ZOOM_SL: 2, |