Commit 773ff54d authored by Romain Loth's avatar Romain Loth

allow more dezooming

parent a12401b6
......@@ -284,7 +284,7 @@ TW.conf = (function(TW){
// -----------------------------------
// mouse captor zoom limits
TWConf.zoomMin = .015625 // for zoom IN (ex: 1/64 to allow zoom x64)
TWConf.zoomMax = 2 // for zoom OUT
TWConf.zoomMax = 8 // for zoom OUT
// circle selection cursor
TWConf.circleSizeMin = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment