akirad fixups for splash, folders, icons
[goodguy/history.git] / cinelerra-5.0 / plugins / theme_pinklady / pinkladytheme.C
index 8b540e82685057eb02495daa70b5a1e5e8a6e7fc..730c9995c22d66671b7957aa79b6ed96d6fae27f 100644 (file)
@@ -862,10 +862,8 @@ void PINKLADY::draw_rmonitor_bg(RecordMonitorGUI *gui)
 void PINKLADY::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;