From: Robin Gareus Date: Wed, 17 Apr 2013 01:36:35 +0000 (+0200) Subject: fix screwup with 5285d2 and 930fce X-Git-Tag: 1.0.0~1421 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=inline;h=3beadec936d3350a20f816bde608d5cc6e1b2415;p=ardour.git fix screwup with 5285d2 and 930fce --- diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc index aeafe85997..b7f7152179 100644 --- a/gtk2_ardour/video_image_frame.cc +++ b/gtk2_ardour/video_image_frame.cc @@ -88,7 +88,7 @@ VideoImageFrame::reposition () void VideoImageFrame::exposeimg () { - //ImgChanged(); /* EMIT SIGNAL */ + ImgChanged(); /* EMIT SIGNAL */ } void