mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 10:40:06 +08:00
5.15.2: QTBUG-84616
This commit is contained in:
parent
5ed976c3ac
commit
fa24e309d3
@ -386,6 +386,8 @@ id getValueAttribute(QAccessibleInterface *interface)
|
||||
}
|
||||
|
||||
if (interface->state().checkable) {
|
||||
if (interface->state().checkStateMixed)
|
||||
return @(2);
|
||||
return interface->state().checked ? @(1) : @(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user