mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 889959 - Don't clear compositor when detaching compositables. r=nical
This commit is contained in:
parent
a6e0daab7c
commit
b5987bbf40
@ -265,7 +265,6 @@ public:
|
||||
aLayer == mLayer ||
|
||||
aFlags & FORCE_DETACH) {
|
||||
SetLayer(nullptr);
|
||||
SetCompositor(nullptr);
|
||||
mAttached = false;
|
||||
mKeepAttached = false;
|
||||
if (mBackendData) {
|
||||
|
Loading…
Reference in New Issue
Block a user