mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1059877 - Add type=radio to toolbox frame popup menuitems. r=ochameau
This commit is contained in:
parent
b4af3b2b5c
commit
74dd8178ad
@ -1541,6 +1541,7 @@ Toolbox.prototype = {
|
||||
}
|
||||
if (!item) {
|
||||
item = this.doc.createElement("menuitem");
|
||||
item.setAttribute("type", "radio");
|
||||
item.setAttribute("data-window-id", win.id);
|
||||
if (win.parentID) {
|
||||
item.setAttribute("data-parent-id", win.parentID);
|
||||
|
Loading…
Reference in New Issue
Block a user