re/open mixer window fixes
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / zwindow.C
index da28e0136170a4f0598b2b29cd27ed55e4da8d26..37dd6feb530e721e2116444ac2e42b1e1e1ff281 100644 (file)
@@ -174,6 +174,7 @@ void Mixer::copy_from(Mixer &that)
        mixer_ids.remove_all();
        strncpy(title, that.title, sizeof(title));
        title[sizeof(title)-1] = 0;
+       show = that.show;
        x = that.x;  y = that.y;
        w = that.w;  h = that.h;
        for( int i=0; i<that.mixer_ids.size(); ++i )