From a1932eec23589ed67d824873b37de3e83a09cd24 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Tue, 3 Jan 2017 19:03:12 -0200 Subject: Text element optimizated, but buggy Element/parent search buggy --- Project/FileHanding.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Project/FileHanding.cpp') diff --git a/Project/FileHanding.cpp b/Project/FileHanding.cpp index 33d66cc..6a8b8e0 100644 --- a/Project/FileHanding.cpp +++ b/Project/FileHanding.cpp @@ -1687,7 +1687,6 @@ bool FileHanding::OpenProject(wxFileName path) m_workspace->SetElementList(elementList); m_workspace->SetTextList(textList); - m_workspace->UpdateTextElements(); return true; } -- cgit