mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 901070 - When cleaning out unused toolbar buttons from an area, remove the location attributes before putting things into the palette. r=Gijs.
This commit is contained in:
parent
2c9f65dd10
commit
9fc3e5526d
@ -357,6 +357,7 @@ let CustomizableUIInternal = {
|
||||
if (this.isWidgetRemovable(node)) {
|
||||
if (palette) {
|
||||
palette.appendChild(node);
|
||||
this.removeLocationAttributes(node);
|
||||
} else {
|
||||
container.removeChild(node);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user