fixes: various fixes and cleanup
This commit is contained in:
parent
b4346ff3ca
commit
c1edb81084
27 changed files with 676 additions and 1455 deletions
|
|
@ -1232,7 +1232,6 @@ impl SctkState {
|
|||
found |= p.data.id == settings.parent;
|
||||
parent_mismatch |= found && p.data.id != settings.parent;
|
||||
}
|
||||
parent_mismatch |= !found;
|
||||
if !self.destroyed.is_empty() || parent_mismatch {
|
||||
if parent_mismatch {
|
||||
let mut found = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue