wintv remote control + kernel patch, add codec fileref, amp up OpenEDL, add loadmode...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / awindowgui.C
index 9cf4999915b00c7ee9fcff9e9d6aca1313a88c01..cabbbc06fb1c86eda270c8bfed0c13ccb83a2027 100644 (file)
@@ -2068,6 +2068,10 @@ void AWindowGUI::update_asset_list()
                if( !exists ) {
                        AssetPicon *picon = new AssetPicon(mwindow,
                                this, current);
+                       if( current->format == FILE_REF ) {
+                               int color = picon->get_color();
+                               picon->set_color(color ^ 0x5599CC);
+                       }
                        new_assets.append(picon);
                }
        }