batchrender asset path fix, ru xlat, fixup hevc/h265 opts, expand new bg pngs
[goodguy/history.git] / cinelerra-5.1 / cinelerra / assetedit.C
index 7854999d99f0e05d52f9a5a7a0bc719c38b6641b..27a5a8db5ed72defb95f0d5a34dde1c391df099f 100644 (file)
@@ -130,7 +130,7 @@ void AssetEdit::handle_close_event(int result)
                if(indexable->is_asset)
                {
                        asset = (Asset*)indexable;
-                       if(!changed_params->equivalent(*asset, 1, 1))
+                       if(!changed_params->equivalent(*asset, 1, 1, mwindow->edl))
                                changed = 1;
                }
                else
@@ -953,7 +953,7 @@ int AssetEditPathText::handle_event()
 AssetEditPath::AssetEditPath(MWindow *mwindow, AssetEditWindow *fwindow,
        BC_TextBox *textbox, int y, const char *text,
        const char *window_title, const char *window_caption)
- : BrowseButton(mwindow, fwindow, textbox, 310, y, text,
+ : BrowseButton(mwindow->theme, fwindow, textbox, 310, y, text,
        window_title, window_caption, 0)
 {
        this->fwindow = fwindow;