mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-06 03:29:12 -04:00
ValueDialZ: fixed digit selection overlay
This commit is contained in:
parent
e317f3762c
commit
b0a765d67a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user