clear group_id on move_edits, neoph about_bg leak, use inv clr on edit title bar...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindow.C
index 6e8547d6359f231493c37e64b74b162d6396179a..9ad32f610027f14f24752918a4c5113a7996f7ec 100644 (file)
@@ -3354,7 +3354,7 @@ int MWindow::get_title_color(Edit *edit)
                else
                        return 0;
        }
-       if( !alpha )
+       if( alpha == 0xff )
                alpha = session->title_bar_alpha*255;
        return color | (~alpha<<24);
 }