akirad fixups for splash, folders, icons
[goodguy/history.git] / cinelerra-5.0 / plugins / theme_blond / blondtheme.C
index 99e666a98f65e8945e7d112bf2f323358467954c..6d3920c6371171315b0da0fdc6f612f8312ac39a 100644 (file)
@@ -878,10 +878,8 @@ void BlondTheme::draw_rmonitor_bg(RecordMonitorGUI *gui)
 void BlondTheme::draw_mwindow_bg(MWindowGUI *gui)
 {
 // Button bar
-       gui->draw_3segmenth(mbuttons_x,
-               mbuttons_y - 1,
-               mwindow->session->mwindow_w,
-               get_image("mbutton_bg"));
+       gui->draw_3segmenth(mbuttons_x, mbuttons_y - 1,
+               gui->menu_w(), get_image("mbutton_bg"));
 
        int pdw = get_image("panel_divider")->get_w();
        int x = mbuttons_x;