fix for filebox apply btn on resize
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / loadfile.C
index 434edfe6e4c20b436008e4e947410a33d283bfcf..2ec06fb432dbf9af9f17a086a1924379a0a63aa3 100644 (file)
@@ -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);