Credit Andrew - add new render formats for dvd_pcm.dvd and mp2; fix location of HiLo...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / assetedit.C
index 9bdf847f3f58cd7373d2e4d05cf45ab9ef09026d..18dde8ff527c6d53d73ce79e5da736e8289c80ce 100644 (file)
@@ -412,11 +412,11 @@ void AssetEditWindow::create_objects()
                        {
                                x = x2;
 
-                               add_subwindow(lohi = new AssetEditByteOrderLOHI(this,
-                                       asset->byte_order, x, y));
-                               x += xS(70);
                                add_subwindow(hilo = new AssetEditByteOrderHILO(this,
                                        !asset->byte_order, x, y));
+                               x += xS(70);
+                               add_subwindow(lohi = new AssetEditByteOrderLOHI(this,
+                                       asset->byte_order, x, y));
                                y += vmargin;
                        }
                        else {