add proxy quick switch, folder lock, shortcuts update, bsd GL tweak
[goodguy/history.git] / cinelerra-5.1 / cinelerra / theme.C
index 9ed3195991fb09a96043696ffe6067ae683d9b3f..b1deeb0963a722d4097670d6a2fb80661585344f 100644 (file)
@@ -128,6 +128,7 @@ Theme::Theme()
        edithandleout_data = 0;
        extract_data = 0;
        ffmpeg_toggle = 0;
+       proxy_toggle = 0;
        infoasset_data = 0;
        in_point = 0;
        insert_data = 0;
@@ -596,7 +597,7 @@ void Theme::get_mwindow_sizes(MWindowGUI *gui, int w, int h)
 {
        mbuttons_x = 0;
        mbuttons_y = gui->menu_h() + 1;
-       mbuttons_w = gui->menu_w();
+       mbuttons_w = gui->mbuttons_w();
        mbuttons_h = get_image("mbutton_bg")->get_h();
        mclock_x = window_border - 5;
        mclock_y = mbuttons_y - 1 + mbuttons_h;