feat(ui): notify scroll parent in CSimpleFrame::OnLayerShow

This commit is contained in:
fallenoak 2025-12-30 10:50:00 -06:00
parent 328f94ffad
commit 2258267992
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -1160,9 +1160,7 @@ int32_t CSimpleFrame::OnLayerMouseUp(const CMouseEvent& evt, const char* btn) {
void CSimpleFrame::OnLayerShow() {
this->RunOnShowScript();
// TODO
// this->sub48FEA0();
this->NotifyScrollParent();
}
int32_t CSimpleFrame::OnLayerTrackUpdate(const CMouseEvent& evt) {