refresh frame fix, dblclk proxy viewer fix, vicon refresh fix for awdw resize, fix...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcbutton.C
index de76b69c62498ffc2ffdfe314f5ecc9193c39011..6d0c4349da01c57e8e03f8884865e35c7ea0307e 100644 (file)
@@ -23,7 +23,7 @@
 #include "bcpixmap.h"
 #include "bcresources.h"
 #include "bcsignals.h"
-#include "colors.h"
+#include "bccolors.h"
 #include "fonts.h"
 #include "keys.h"
 #include "language.h"
@@ -105,6 +105,7 @@ int BC_Button::update_bitmaps(VFrame **data)
 void BC_Button::enable()
 {
        enabled = 1;
+       status = BUTTON_UP;
        draw_face();
 }