segv in reosurce constructor, add histeq plugin, 2pass formats, cleanup, colormatrix...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / appearanceprefs.C
index 7342e3eab42f491837b6afb3622c6e8b79312ce9..0960bb308dc253b786563a77875b3a94839fedd4 100644 (file)
@@ -135,6 +135,12 @@ void AppearancePrefs::create_objects()
                x, y));
        x = x0;
        y += 35;
+       add_subwindow(new BC_Bar(5, y,  get_w()/2 - 30));
+       y += 15;
+
+       add_subwindow(new BC_Title(x, y, _("Color:"), LARGEFONT,
+               resources->text_default));
+       y += 35;
        add_subwindow(title = new BC_Title(x, y, _("Highlighting Inversion color:")));
        x += title->get_w() + margin;
        char hex_color[BCSTRLEN];