Remove extra pixel consistently

This commit is contained in:
LordGrey
2023-12-30 16:22:59 +01:00
parent 89ec43b851
commit ccacad9b3f
6 changed files with 31 additions and 46 deletions

View File

@@ -30,7 +30,6 @@ GrabberWrapper::GrabberWrapper(const QString& grabberName, Grabber * ggrabber, i
, _timer(new QTimer(this))
, _updateInterval_ms(1000/updateRate_Hz)
, _ggrabber(ggrabber)
, _image(0,0)
{
GrabberWrapper::instance = this;