Skip to content

Commit

Permalink
main.gudl: Generalize Qt web view recurse hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Jul 31, 2024
1 parent 482510b commit 685293b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xalia/main.gudl
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,8 @@ if (is_uia_element and uia_control_type.custom and msaa_role.(push_button or cli
recurse: true;
}

if (is_uia_element and uia_control_type.(text or list_item) and toolkit == "Qt") {
// In Qt web views, these can contain edit boxes
if ((text or list_item) and ancestor_matches(document)) {
// These might contain just about anything in web views
recurse: true;
}

Expand Down

0 comments on commit 685293b

Please sign in to comment.