add stacked edl editing, add sketcher/vframe line anti-aliasing
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcbutton.C
index e4088e55971c841d5286ffb9a124a7913d3ecac5..03256e60f3b7a68bd8d633e43b07d1b377d14767 100644 (file)
@@ -480,7 +480,11 @@ int BC_GenericButton::draw_face(int flush)
        return 0;
 }
 
-
+void BC_GenericButton::set_text(const char *cp)
+{
+       strncpy(text, cp, sizeof(text));
+       draw_face();
+}