add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bctextbox.C
index b871692c275ed55870b2e033262b32399e28deef..128d514b92a0d5edbf2c1e8467946964753bb124 100644 (file)
@@ -2861,12 +2861,8 @@ void BC_TumbleTextBox::reposition_window(int x, int y)
        this->x = x;
        this->y = y;
 
-       textbox->reposition_window(x,
-               y,
-               text_w,
-               1);
-       tumbler->reposition_window(x + textbox->get_w(),
-               y);
+       textbox->reposition_window(x, y, text_w, 1);
+       tumbler->reposition_window(x + textbox->get_w(), y);
 //     if(flush) parent_window->flush();
 }