From 09abe87225c12734aeda42225e4f4ebcce7c7584 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 23 Mar 2001 18:19:25 +0000 Subject: Correctly redraw the window after startup git-svn-id: http://svn.leocad.org/trunk@257 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/view.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/view.cpp') 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) -- cgit v1.2.3