mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): trigger frame resize after creation
This commit is contained in:
parent
d488a4007e
commit
3445f42eb8
1 changed files with 1 additions and 2 deletions
|
|
@ -496,8 +496,7 @@ int32_t FrameXML_ProcessFile(const char* filePath, const char* a2, MD5_CTX* md5,
|
||||||
|
|
||||||
if (!v22 || SStrCmpI(v22, "true", 0x7FFFFFFFu)) {
|
if (!v22 || SStrCmpI(v22, "true", 0x7FFFFFFFu)) {
|
||||||
FrameXML_CreateFrame(node, nullptr, &unkStatus);
|
FrameXML_CreateFrame(node, nullptr, &unkStatus);
|
||||||
// TODO
|
CLayoutFrame::ResizePending();
|
||||||
// CLayoutFrame::ResizePending();
|
|
||||||
} else {
|
} else {
|
||||||
const char* v23 = node->GetAttributeByName("name");
|
const char* v23 = node->GetAttributeByName("name");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue