1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 01:06:35 -04:00

ValueDialZ: fixed digit selection overlay

This commit is contained in:
f4exb 2017-05-17 21:41:57 +02:00
parent e317f3762c
commit b0a765d67a

View File

@ -358,7 +358,7 @@ void ValueDialZ::mouseMoveEvent(QMouseEvent* event)
{
i = -1;
}
else if ((m_text[i] == QChar('+')) || (m_text[i] != QChar('-')))
else if ((m_text[i] == QChar('+')) || (m_text[i] == QChar('-')))
{
i = -1;
}