X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fabstractmonitor.cpp;h=8593157ee21da72d8d5ab2d36599651897ae4627;hb=3c844989ad9fdb96bb9258a990a9874773b3d792;hp=ea729887c2817fdf5ad55d35a83c257219694a1a;hpb=8fc16957ff5417b21e68ca5d84de89bec38c5a1c;p=kdenlive diff --git a/src/abstractmonitor.cpp b/src/abstractmonitor.cpp index ea729887..8593157e 100644 --- a/src/abstractmonitor.cpp +++ b/src/abstractmonitor.cpp @@ -173,9 +173,11 @@ VideoSurface::VideoSurface(QWidget* parent) : void VideoSurface::paintEvent(QPaintEvent *event) { - Q_UNUSED(event); + Q_UNUSED(event) //WARNING: This might trigger unnecessary refreshes from MLT's producer, but without this, // as soon as monitor is covered by a popup menu or another window, image is corrupted. emit refreshMonitor(); } + +#include "abstractmonitor.moc"