summaryrefslogtreecommitdiff
path: root/common/view.cpp
diff options
context:
space:
mode:
authorleo2001-03-23 18:19:25 +0000
committerleo2001-03-23 18:19:25 +0000
commit09abe87225c12734aeda42225e4f4ebcce7c7584 (patch)
treed453c591754653639cc9464ddd5068d015686403 /common/view.cpp
parentbad63d9e01e9bea73c3133700da791adb890f25e (diff)
Correctly redraw the window after startup
git-svn-id: http://svn.leocad.org/trunk@257 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/view.cpp')
-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)