add adams 4.6->4.6.1 (mostly)
[goodguy/history.git] / cinelerra-5.0 / guicast / bcmenubar.C
index cc84f8a9921cdb58dc9a46642a6a2be10b9bf24c..ac4dbdc64e0d437d98b2412de21831b7a9706afb 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
  * CINELERRA
- * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2008-2015 Adam Williams <broadcast at earthling dot net>
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -262,7 +262,12 @@ int BC_MenuBar::draw_face(int flash, int flush)
 {
        if(menu_bar_bg)
        {
-               draw_9segment(0, 0, get_w(), get_h(), menu_bar_bg);
+               draw_3segmenth(0, 
+                       0, 
+                       get_w(), 
+                       menu_bar_bg);
+// 9 segment doesn't draw properly
+//             draw_9segment(0, 0, get_w(), get_h(), menu_bar_bg);
        }
        else
        {