subsurfaces: dont try to access popup surfaces when handling subsurface updates (#9421)
This commit is contained in:
parent
59c615c321
commit
d01f9943e1
3 changed files with 10 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ class CPopup {
|
|||
void recheckTree();
|
||||
|
||||
bool visible();
|
||||
bool inert() const;
|
||||
|
||||
// will also loop over this node
|
||||
void breadthfirst(std::function<void(WP<CPopup>, void*)> fn, void* data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue