upgrade to ffmpeg-4.0, findobj upgrades, rework plugin visibility
[goodguy/history.git] / cinelerra-5.1 / cinelerra / dragcheckbox.C
index c38963997c96a100988a8092784d17488022dd63..8db8ac35953e37985657630f02f0fbd838da239f 100644 (file)
@@ -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);
 }