pluginclient cr=apply in option value textbox, add loop_mode for vwdw
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bctextbox.C
index f300e66ce80b9358db1e796fa72b65834587c39e..b81da1fb35e261568755a89d4c09e7dd766a3280 100644 (file)
@@ -2377,7 +2377,8 @@ void BC_ScrollTextBox::update_scrollbars()
                delete yscroll;  yscroll = 0;
        }
 
-       if( view_rows != text->get_rows() || view_w != text->get_w() ) {
+       if( view_rows != text->get_rows() || view_w != text->get_w() ||
+           x != text->get_x() || y != text->get_y() ) {
                text->reposition_window(x, y, view_w, view_rows);
        }
        if( need_xscroll && !xscroll ) {