diff options
Diffstat (limited to 'Project/FileHanding.cpp')
-rw-r--r-- | Project/FileHanding.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |