fix for title color in old edl xml, fix default edit popup color value
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / editpopup.C
index f48f0564c6755385359e7f10067a34b0cc3fc3c2..34aadc468797c4eba2746b7e29b44a27a4d4359a 100644 (file)
@@ -441,7 +441,7 @@ EditTitleColorDefault::EditTitleColorDefault(
 
 int EditTitleColorDefault::handle_event()
 {
-       const int color = 0, alpha = 0;
+       const int color = 0, alpha = 0xff;
        color_picker->color = color | (~alpha << 24);
        color_picker->update_gui(color, alpha);
        return 1;