This commit is contained in:
@@ -61,10 +61,8 @@
|
||||
<Component id="jPanel4" linkSize="2" max="32767" attributes="0"/>
|
||||
<Component id="jPanel7" linkSize="2" alignment="0" max="32767" attributes="0"/>
|
||||
<Component id="jPanel13" linkSize="2" max="32767" attributes="0"/>
|
||||
<Group type="103" alignment="1" groupAlignment="0" max="-2" attributes="0">
|
||||
<Component id="jPanel8" linkSize="2" alignment="1" max="32767" attributes="0"/>
|
||||
<Component id="jPanel12" linkSize="2" alignment="1" max="32767" attributes="0"/>
|
||||
</Group>
|
||||
<Component id="jPanel8" linkSize="2" alignment="1" max="32767" attributes="0"/>
|
||||
<Component id="jPanel12" linkSize="2" alignment="1" max="32767" attributes="0"/>
|
||||
<Component id="jPanel10" linkSize="2" alignment="1" min="-2" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<EmptySpace max="-2" attributes="0"/>
|
||||
|
||||
@@ -294,7 +294,12 @@ public class MainPanel extends Panel {
|
||||
panelDetection.setVisible(expert);
|
||||
|
||||
if (checkExpert.isSelected()!=expert){
|
||||
checkExpert.setSelected(expert);
|
||||
checkExpert.setSelected(expert);
|
||||
}
|
||||
if (expert==false){
|
||||
buttonCamera.setSelected(false);
|
||||
buttonDrawing.setSelected(true);
|
||||
updateViewType();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user