From ff22bc05b8575ca2001dc00301b0ba6a63e9603b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 4 Dec 2017 10:46:27 +0100 Subject: [PATCH] [code] Fixed bug in script_node_cell. Change-Id: I588a7a25a0042efd34701bb5dc3d091a232ba55d --- apps/code/script_node_cell.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/code/script_node_cell.cpp b/apps/code/script_node_cell.cpp index d3c2a03ba..869daf3b0 100644 --- a/apps/code/script_node_cell.cpp +++ b/apps/code/script_node_cell.cpp @@ -56,7 +56,6 @@ void ScriptNodeCell::setScriptNode(ScriptNode * scriptNode) { void ScriptNodeCell::setScriptStore(ScriptStore * scriptStore) { m_scriptNodeView.setScriptStore(scriptStore); - reloadCell(); } void ScriptNodeCell::setHighlighted(bool highlight) {