1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-24 05:08:37 -04:00

remove line

This commit is contained in:
fire 2018-02-12 01:44:24 +01:00 committed by GitHub
parent 30111bdca0
commit 9bdf673f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,7 +345,6 @@ void ValueDial::wheelEvent(QWheelEvent* event)
setValue(m_valueNew);
emit changed(m_valueNew);
event->accept();
}
}