2
0
Эх сурвалжийг харах

[shgraph] Validating parameter name change now unfocus field

Clément Espeute 1 жил өмнө
parent
commit
48e19a6d71

+ 1 - 0
hide/view/shadereditor/ShaderEditor.hx

@@ -805,6 +805,7 @@ class ShaderEditor extends hide.view.FileView implements GraphInterface.IGraphEd
 
 			exec(false);
 			undo.change(Custom(exec));
+			inputTitle.blur();
 
 			// if (shaderGraph.setParameterTitle(parameter.id, newName)) {
 			// 	for (b in listOfBoxes) {