更新bug
This commit is contained in:
@@ -8,8 +8,8 @@ namespace FGUI.Turntable_11
|
||||
public partial class com_wheel : GComponent
|
||||
{
|
||||
public GGraph point;
|
||||
public GGraph startpoint;
|
||||
public com_disc disc;
|
||||
public btn_go spin;
|
||||
public GGraph light_parent;
|
||||
public GButton close;
|
||||
public btn_go1 btn_spin;
|
||||
@@ -26,8 +26,8 @@ namespace FGUI.Turntable_11
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
point = (GGraph)GetChildAt(1);
|
||||
disc = (com_disc)GetChildAt(2);
|
||||
spin = (btn_go)GetChildAt(3);
|
||||
startpoint = (GGraph)GetChildAt(2);
|
||||
disc = (com_disc)GetChildAt(3);
|
||||
light_parent = (GGraph)GetChildAt(4);
|
||||
close = (GButton)GetChildAt(5);
|
||||
btn_spin = (btn_go1)GetChildAt(6);
|
||||
|
||||
Reference in New Issue
Block a user