fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / cinelerra / setformat.C
index af83439737b53a6985e93026b4a72f5b3395f297..1ca51112e3f86cadeffd185c6c2638f43fcca7de 100644 (file)
@@ -621,12 +621,11 @@ SetChannelsCanvas::SetChannelsCanvas(MWindow *mwindow,
        this->mwindow = mwindow;
        active_channel = -1;
        box_r = mwindow->theme->channel_position_data->get_w() / 2;
-       temp_picon = new VFrame(0,
-               -1,
+       temp_picon = new VFrame(
                mwindow->theme->channel_position_data->get_w(),
                mwindow->theme->channel_position_data->get_h(),
                mwindow->theme->channel_position_data->get_color_model(),
-               -1);
+               0);
        rotater = new RotateFrame(mwindow->preferences->processors,
                mwindow->theme->channel_position_data->get_w(),
                mwindow->theme->channel_position_data->get_h());