From 06a0167581bb8f09a253fdbe0350c1644af6911e Mon Sep 17 00:00:00 2001 From: Oleg Sh Date: Thu, 10 Mar 2022 20:03:57 +0200 Subject: [PATCH] Fix renaming vertexes. --- script/EventHandlers.js | 2 +- tpl/home.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/EventHandlers.js b/script/EventHandlers.js index cbd2c2b..c3fd8e3 100644 --- a/script/EventHandlers.js +++ b/script/EventHandlers.js @@ -628,7 +628,7 @@ DefaultHandler.prototype.MouseUp = function(pos) var handler = this; var callback = function (enumType) { - handler.RenameVertex(enumType.GetVertexText(0, handler.selectedObject)); + handler.RenameVertex(enumType.GetVertexText(0), handler.selectedObject); userAction("RenameVertex"); }; $('#message').unbind(); diff --git a/tpl/home.php b/tpl/home.php index e398482..98cdae9 100755 --- a/tpl/home.php +++ b/tpl/home.php @@ -10,7 +10,7 @@ - +