mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2026-05-17 05:10:17 -04:00
--Bug fixes:
-Spinboxes were able to be edited even when they were disabled.
This commit is contained in:
@ -217,7 +217,7 @@ bool DoubleSpinBox::eventFilter(QObject* o, QEvent* e)
|
||||
return true;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (isEnabled())
|
||||
{
|
||||
if (e->type() == QEvent::Wheel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user