diff --git a/src/zm_monitor.cpp b/src/zm_monitor.cpp index cbec8dd26..44f93fe48 100644 --- a/src/zm_monitor.cpp +++ b/src/zm_monitor.cpp @@ -1024,7 +1024,7 @@ bool Monitor::CheckSignal( const Image *image ) break; // Avoid sampling the rows with timestamp in int y = index / (width * colours); - if ( y < label_coord.Y() || y > label_coord.Y()+Image::LINE_HEIGHT ) + if ( y < label_coord.Y() || y <= label_coord.Y()+Image::LINE_HEIGHT ) break; } const unsigned char *ptr = buffer+(index*colours);