mirror of https://github.com/EspoTek/Labrador.git
Removed Windows-unfriendly trigram
This commit is contained in:
parent
e2639ae67e
commit
078e27bf70
|
@ -309,7 +309,7 @@ void DisplayControl::setVoltageRange (QWheelEvent* event, bool isProperlyPaused,
|
|||
qDebug() << "WHEEL @ " << pixPct << "%";
|
||||
qDebug() << event->delta();
|
||||
|
||||
if (not isProperlyPaused)
|
||||
if (! isProperlyPaused)
|
||||
{
|
||||
qDebug() << "TIGGERED";
|
||||
qDebug() << "upper = " << range.upper << "lower = " << range.lower;
|
||||
|
|
Loading…
Reference in New Issue