X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fdragcheckbox.C;h=8db8ac35953e37985657630f02f0fbd838da239f;hp=c38963997c96a100988a8092784d17488022dd63;hb=a19a685a46ddc630010788707d9e5b9d2342af46;hpb=17061ff8d289bfa96bef2da5bac789762f631d4a diff --git a/cinelerra-5.1/cinelerra/dragcheckbox.C b/cinelerra-5.1/cinelerra/dragcheckbox.C index c3896399..8db8ac35 100644 --- a/cinelerra-5.1/cinelerra/dragcheckbox.C +++ b/cinelerra-5.1/cinelerra/dragcheckbox.C @@ -288,5 +288,6 @@ void DragCheckBox::draw_boundary(VFrame *out, out->draw_line(x2,y2-r, x2-r,y2); out->draw_line(x0,y2-r, x0+r,y2); } + out->set_stiple(0); }