mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[code] Invalid the script node. If we don't, layouting the subviews
would use the deleted python heap. using the python heap before Change-Id: Icf77e7723d843ff415b8e2da11f5ab64eba48aef
This commit is contained in:
committed by
EmilieNumworks
parent
b2b141aae4
commit
f2d1247cf9
@@ -62,6 +62,9 @@ void VariableBoxController::ContentViewController::viewWillAppear() {
|
||||
|
||||
void VariableBoxController::ContentViewController::viewDidDisappear() {
|
||||
m_selectableTableView.deselectTable();
|
||||
for (int i = 0; i < k_maxScriptNodesCount; i++) {
|
||||
m_scriptNodes[i] = ScriptNode();
|
||||
}
|
||||
ViewController::viewDidDisappear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user