mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 06:12:43 -06:00
*CtrlLib: Fixed ArrayCtrl tab order of embedded widgets
git-svn-id: svn://ultimatepp.org/upp/trunk@2275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1743f45f9b
commit
aacad3ec38
1 changed files with 4 additions and 1 deletions
|
|
@ -659,7 +659,10 @@ void ArrayCtrl::SyncCtrls(int from)
|
|||
CellInfo& ci = cellinfo.At(i).At(j);
|
||||
ci.Set(newctrl.Detach(), true, true);
|
||||
Ctrl& c = ci.GetCtrl();
|
||||
AddChild(&c, p);
|
||||
if(p)
|
||||
AddChild(&c, p);
|
||||
else
|
||||
AddChild(&c);
|
||||
ct = true;
|
||||
}
|
||||
if(ct) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue