mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(ui): add unregister frame call to CSimpleFrame dtor
This commit is contained in:
parent
82be126eee
commit
9afd844d5a
3 changed files with 9 additions and 0 deletions
|
|
@ -576,3 +576,9 @@ void CSimpleTop::UnregisterForEvent(CSimpleFrame* frame, CSimpleEventType event,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void CSimpleTop::UnregisterFrame(CSimpleFrame* frame) {
|
||||
this->HideFrame(frame, 0);
|
||||
|
||||
// TODO strata
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue