summaryrefslogtreecommitdiff
path: root/gtk2_ardour/video_image_frame.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-17 03:36:35 +0200
committerRobin Gareus <robin@gareus.org>2013-04-17 03:36:35 +0200
commit3beadec936d3350a20f816bde608d5cc6e1b2415 (patch)
treeeb65fc598f43799f22163a6fd78f55b074bfa29f /gtk2_ardour/video_image_frame.cc
parent5285d21e352638daa3a7f3b871bfedcffe3ca312 (diff)
fix screwup with 5285d2 and 930fce
Diffstat (limited to 'gtk2_ardour/video_image_frame.cc')
-rw-r--r--gtk2_ardour/video_image_frame.cc2
1 files changed, 1 insertions, 1 deletions
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