.. | .. |
---|
951 | 951 | |
---|
952 | 952 | void SetupUI2(ObjEditor oe) |
---|
953 | 953 | { |
---|
954 | | -// oe.aConstraints.weightx = 0; |
---|
955 | | -// oe.aConstraints.weighty = 0; |
---|
956 | | -// oe.aConstraints.gridx = 0; |
---|
957 | | -// oe.aConstraints.gridy = 0; |
---|
958 | 954 | //SetupName(oe); |
---|
959 | 955 | |
---|
960 | 956 | namePanel = new cGridBag(); |
---|
.. | .. |
---|
971 | 967 | setupPanel = new cGridBag().setVertical(false); |
---|
972 | 968 | |
---|
973 | 969 | liveCB = AddCheckBox(setupPanel, "Live", copy.live); |
---|
974 | | - link2masterCB = AddCheckBox(setupPanel, "Supp", copy.link2master); |
---|
| 970 | + if (Globals.ADVANCED) |
---|
| 971 | + link2masterCB = AddCheckBox(setupPanel, "Supp", copy.link2master); |
---|
975 | 972 | hideCB = AddCheckBox(setupPanel, "Hide", copy.hide); |
---|
976 | 973 | // Return(); |
---|
977 | 974 | markCB = AddCheckBox(setupPanel, "Mark", copy.marked); |
---|