From 26053c0f422a5511985305a8a6e2540df0a9e3bd Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 22 May 2004 01:38:31 +0000
Subject: [PATCH] missed one DrawUI()

---
 Parser/OpenFile.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Parser/OpenFile.cpp b/Parser/OpenFile.cpp
index 302098645d..5c3b27cf1f 100644
--- a/Parser/OpenFile.cpp
+++ b/Parser/OpenFile.cpp
@@ -1,4 +1,4 @@
-// $Id: OpenFile.cpp,v 1.55 2004-05-22 01:24:18 geuzaine Exp $
+// $Id: OpenFile.cpp,v 1.56 2004-05-22 01:38:31 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -302,7 +302,6 @@ void OpenProblemMacFinder(const char *filename)
     OpenProblem((char*)filename);
 #if defined(HAVE_FLTK)
     Draw();
-    DrawUI();
 #endif
   }
 }
-- 
GitLab