Home » U++ Library support » U++ Core » ClearModifyDeep() error ??
ClearModifyDeep() error ?? [message #57013] |
Fri, 14 May 2021 12:19 |
Didier
Messages: 683 Registered: November 2008 Location: France
|
Contributor |
|
|
Hello,
While browsing through code I stumbled on Ctrl::ClearModifyDeep() code
and I think q->ClearModify() should be replaced by q->ClearModifyDeep() like following:
Otherwise the 'deep' stops at first level and does not go further
void Ctrl::ClearModifyDeep()
{
GuiLock __;
ClearModify();
for(Ctrl *q = firstchild; q; q = q->next)
q->ClearModifyDeep(); ----- CHANGE HERE -----
}
[Updated on: Fri, 14 May 2021 12:20] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Sep 12 01:44:15 CEST 2024
Total time taken to generate the page: 0.04076 seconds
|