changeset 14081:866623c7ec87

clear menubar before adding new menu
author nplourde
date Wed, 01 Dec 2004 21:19:04 +0000
parents b4532e84bb4d
children 30db51086c84
files libvo/vo_quartz.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_quartz.c	Wed Dec 01 20:32:05 2004 +0000
+++ b/libvo/vo_quartz.c	Wed Dec 01 21:19:04 2004 +0000
@@ -462,6 +462,9 @@
 	SetRect(&oldWinRect, 0, 0, d_width, d_height);
 	SetRect(&dstRect, 0, 0, d_width, d_height);
 	
+	//Clear Menu Bar
+	ClearMenuBar();
+	
 	//Create Window Menu
 	CreateStandardWindowMenu(0, &windMenu);
 	InsertMenu(windMenu, 0);