Manage {config} token in -setp option
This commit is contained in:
@@ -344,8 +344,9 @@ public class Controller {
|
||||
if ((puckPanel==null) || (puckPanel != getMainFrame().getDetail())){
|
||||
puckPanel = new BasePlatePanel();
|
||||
puckPanel.setMode(BasePlatePanel.Mode.puck);
|
||||
puckPanel.setSelectionMode(BasePlatePanel.SelectionMode.Samples);
|
||||
puckPanel.setDevice((Device) getDevice("BasePlate"));
|
||||
puckPanel.setEnabled(false); //TODO: Puck cannot be shared between two panels (device store single coordinates foe comparing to click)
|
||||
puckPanel.setEnabled(true); //TODO: Puck cannot be shared between two panels (device store single coordinates foe comparing to click)
|
||||
getMainFrame().setDetail(puckPanel);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user