mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v1.9.2.1
This commit is contained in:
@@ -69,7 +69,7 @@ public class GfuiFocusOrderer_tst {
|
||||
GfuiElem sub_(GfuiElem owner, int i) {return owner.SubElems().FetchAt(i);}
|
||||
void ini_Subs(GfuiElem owner, ListAdp list, PointAdp... points) {
|
||||
for (int i = 0; i < points.length; i++) {
|
||||
GfuiElem sub = GfuiElem_.sub_(Int_.XtoStr(i), owner);
|
||||
GfuiElem sub = GfuiElem_.sub_(Int_.Xto_str(i), owner);
|
||||
sub.Pos_(points[i]);
|
||||
sub.UnderElem().Core().Focus_index_set(i);
|
||||
list.Add(sub);
|
||||
|
||||
@@ -70,7 +70,7 @@ class TabBoxFxt implements GfoInvkAble {
|
||||
for (int i = 0; i < tabBox.Tabs_Count(); i++)
|
||||
tabBox.Tabs_DelAt(0);
|
||||
for (int i = 0; i < count; i++)
|
||||
tabBox.Tabs_Add(Int_.XtoStr(i), Int_.XtoStr(i));
|
||||
tabBox.Tabs_Add(Int_.Xto_str(i), Int_.Xto_str(i));
|
||||
return this;
|
||||
}
|
||||
@gplx.Internal protected TabBoxFxt DelAt(int index) {tabBox.Tabs_DelAt(index); return this;}
|
||||
|
||||
Reference in New Issue
Block a user