From 339908dee03e33ddb6bdab65d9ad8677351104b1 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 3 Nov 2016 10:40:23 -0200 Subject: [PATCH] Rollback STATE_WL to 2 --- invesalius/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index 64745ae..3fd2663 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -586,7 +586,7 @@ STYLE_LEVEL = {SLICE_STATE_EDITOR: 1, STATE_DEFAULT: 0, STATE_MEASURE_ANGLE: 2, STATE_MEASURE_DISTANCE: 2, - STATE_WL: 3, + STATE_WL: 2, STATE_SPIN: 2, STATE_ZOOM: 2, STATE_ZOOM_SL: 2, -- libgit2 0.21.2