X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fgwindowgui.C;h=aaea761e5457cf82678b0efa29dd219875ac4218;hb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;hp=b18920349d34ccb8516030ba3e63209a995c9a4c;hpb=3f6a262cfe390b3f8b275297d64565a5b6272969;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/gwindowgui.C b/cinelerra-5.1/cinelerra/gwindowgui.C index b1892034..aaea761e 100644 --- a/cinelerra-5.1/cinelerra/gwindowgui.C +++ b/cinelerra-5.1/cinelerra/gwindowgui.C @@ -191,7 +191,7 @@ GWindowColorButton::GWindowColorButton(GWindowToggle *auto_toggle, int x, int y, this->auto_toggle = auto_toggle; this->color = 0; for( int i=0; i<3; ++i ) { - vframes[i] = new VFrame(w, w, BC_RGBA8888, -1); + vframes[i] = new VFrame(w, w, BC_RGBA8888); vframes[i]->clear_frame(); } }