mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -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;
|
i = -1;
|
||||||
}
|
}
|
||||||
else if ((m_text[i] == QChar('+')) || (m_text[i] != QChar('-')))
|
else if ((m_text[i] == QChar('+')) || (m_text[i] == QChar('-')))
|
||||||
{
|
{
|
||||||
i = -1;
|
i = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user