From 0c46a3aec8c0416228c8d5287ffffe987678935f Mon Sep 17 00:00:00 2001 From: "Wang, Jiyao" Date: Thu, 6 Sep 2018 12:13:54 -0400 Subject: [PATCH] The location of 2D interaction dialog was optimized --- src/icn3dui/simple_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icn3dui/simple_ui.js b/src/icn3dui/simple_ui.js index 0544fe2a..898ff623 100644 --- a/src/icn3dui/simple_ui.js +++ b/src/icn3dui/simple_ui.js @@ -317,7 +317,7 @@ iCn3DUI.prototype = { html += "  Select: hold \"Alt\" and select
"; html += "  Union: hold \"Ctrl\" to union
"; - html += "  Switch: after pk, press up/down arrow"; + html += "  Switch: after picking, press up/down arrow"; html += ""; }