summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/view.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/view.cpp b/common/view.cpp
index 27e0595..fc4a1b2 100644
--- a/common/view.cpp
+++ b/common/view.cpp
@@ -32,6 +32,7 @@ void View::OnInitialUpdate ()
{
GLWindow::OnInitialUpdate ();
m_pProject->AddView (this);
+ OnDraw ();
}
void View::OnLeftButtonDown (int x, int y, bool bControl, bool bShift)