X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftheme_blond_cv%2Fblondcvtheme.C;h=4d396a3e38a093ec48b2d4312e840d7ead4c4bb1;hb=4a6b59824b2db18e6cc49b43a971923d5e5903ae;hp=a7bc2bab905f5664662e4effac5628f2eace831a;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C b/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C index a7bc2bab..4d396a3e 100644 --- a/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C +++ b/cinelerra-5.1/plugins/theme_blond_cv/blondcvtheme.C @@ -952,6 +952,10 @@ void BlondCVTheme::get_mwindow_sizes(MWindowGUI *gui, int w, int h) mcanvas_y = mtimebar_y + mtimebar_h; mcanvas_w = w; mcanvas_h = patchbay_h; + pane_w = get_image_set("xpane")[0]->get_w(); + pane_h = get_image_set("ypane")[0]->get_h(); + pane_x = mcanvas_x + mcanvas_w; + pane_y = mcanvas_y + mcanvas_h; mhscroll_x = 0; mhscroll_y = mcanvas_y + mcanvas_h; mhscroll_w = w - BC_ScrollBar::get_span(SCROLL_VERT) - patchbay_w;