summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Workspace.cpp')
-rw-r--r--Project/Workspace.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Workspace.cpp b/Project/Workspace.cpp
index c1bf800..dfdf65f 100644
--- a/Project/Workspace.cpp
+++ b/Project/Workspace.cpp
@@ -1387,7 +1387,8 @@ void Workspace::SetElementList(std::vector<Element*> elementList)
void Workspace::OnIdle(wxIdleEvent& event)
{
- // TODO: Find other solution to text displayed wrong on opened file.
+ // The OpenGL element (m_glCanvas) must be completely initialized (showed) to draw properly the textures.
+ // TODO(?): Find other solution to text displayed wrong on opened file.
if(m_justOpened) {
m_justOpened = false;
UpdateTextElements();