5.15.2: QTBUG-84616

This commit is contained in:
kleuter 2021-05-12 20:50:45 +02:00
parent 5ed976c3ac
commit fa24e309d3

View File

@ -386,6 +386,8 @@ id getValueAttribute(QAccessibleInterface *interface)
}
if (interface->state().checkable) {
if (interface->state().checkStateMixed)
return @(2);
return interface->state().checked ? @(1) : @(0);
}