X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Floadfile.C;h=2ec06fb432dbf9af9f17a086a1924379a0a63aa3;hp=434edfe6e4c20b436008e4e947410a33d283bfcf;hb=0d61affda7e2c417a48cc345d82d15158a2121bc;hpb=7995a2d831a88199bfce4c7caa9d16b214f6781b diff --git a/cinelerra-5.1/cinelerra/loadfile.C b/cinelerra-5.1/cinelerra/loadfile.C index 434edfe6..2ec06fb4 100644 --- a/cinelerra-5.1/cinelerra/loadfile.C +++ b/cinelerra-5.1/cinelerra/loadfile.C @@ -202,8 +202,8 @@ int LoadFileWindow::resize_event(int w, int h) LoadMode::calculate_h(this, mwindow->theme); loadmode->reposition_window(x, y); - x = (get_w() - BC_GenericButton::calculate_w(this, _("Apply")))/2; - y = get_h() - BC_GenericButton::calculate_h() - 15; + x = (w - BC_GenericButton::calculate_w(this, _("Apply")))/2; + y = h - BC_GenericButton::calculate_h() - 15; load_file_apply->reposition_window(x, y); return BC_FileBox::resize_event(w, h);