mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +00:00
fix glowchan groupnum entry (used to group buttons)
This commit is contained in:
parent
0f5ba17126
commit
f284524dd0
1 changed files with 4 additions and 4 deletions
|
|
@ -1892,7 +1892,7 @@
|
||||||
};
|
};
|
||||||
new GuiRadioCtrl(glowChanBtn0) {
|
new GuiRadioCtrl(glowChanBtn0) {
|
||||||
text = "R";
|
text = "R";
|
||||||
groupNum = "3";
|
groupNum = "4";
|
||||||
buttonType = "RadioButton";
|
buttonType = "RadioButton";
|
||||||
useMouseEvents = "0";
|
useMouseEvents = "0";
|
||||||
position = "100 5";
|
position = "100 5";
|
||||||
|
|
@ -1912,7 +1912,7 @@
|
||||||
};
|
};
|
||||||
new GuiRadioCtrl(glowChanBtn1) {
|
new GuiRadioCtrl(glowChanBtn1) {
|
||||||
text = "G";
|
text = "G";
|
||||||
groupNum = "3";
|
groupNum = "4";
|
||||||
buttonType = "RadioButton";
|
buttonType = "RadioButton";
|
||||||
useMouseEvents = "0";
|
useMouseEvents = "0";
|
||||||
position = "121 5";
|
position = "121 5";
|
||||||
|
|
@ -1932,7 +1932,7 @@
|
||||||
};
|
};
|
||||||
new GuiRadioCtrl(glowChanBtn2) {
|
new GuiRadioCtrl(glowChanBtn2) {
|
||||||
text = "B";
|
text = "B";
|
||||||
groupNum = "3";
|
groupNum = "4";
|
||||||
buttonType = "RadioButton";
|
buttonType = "RadioButton";
|
||||||
useMouseEvents = "0";
|
useMouseEvents = "0";
|
||||||
position = "142 5";
|
position = "142 5";
|
||||||
|
|
@ -1952,7 +1952,7 @@
|
||||||
};
|
};
|
||||||
new GuiRadioCtrl(glowChanBtn3) {
|
new GuiRadioCtrl(glowChanBtn3) {
|
||||||
text = "A";
|
text = "A";
|
||||||
groupNum = "3";
|
groupNum = "4";
|
||||||
buttonType = "RadioButton";
|
buttonType = "RadioButton";
|
||||||
useMouseEvents = "0";
|
useMouseEvents = "0";
|
||||||
position = "163 5";
|
position = "163 5";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue