mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-07-04 08:25:25 +08:00
5.15.2: QTBUG-84616
This commit is contained in:
@ -386,6 +386,8 @@ id getValueAttribute(QAccessibleInterface *interface)
|
||||
}
|
||||
|
||||
if (interface->state().checkable) {
|
||||
if (interface->state().checkStateMixed)
|
||||
return @(2);
|
||||
return interface->state().checked ? @(1) : @(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user