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