U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » ClearModifyDeep() error ??
ClearModifyDeep() error ?? [message #57013] Fri, 14 May 2021 12:19 Go to previous message
Didier is currently offline  Didier
Messages: 740
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

 
Read Message
Read Message
Previous Topic: TCP socket Listen port via VPN
Next Topic: Deprecating THISBACK
Goto Forum:
  


Current Time: Sat Sep 05 12:50:40 GMT+2 2026

Total time taken to generate the page: 0.00943 seconds