Annotations in C++ code to produce formulas in rusEfi console #807
ooops
This commit is contained in:
parent
b14757c4db
commit
c03fcd672e
|
@ -154,7 +154,7 @@ public class LiveDocPanel {
|
||||||
active.setBorder(BorderFactory.createLineBorder(Color.green));
|
active.setBorder(BorderFactory.createLineBorder(Color.green));
|
||||||
passive.setBorder(BorderFactory.createLineBorder(Color.red));
|
passive.setBorder(BorderFactory.createLineBorder(Color.red));
|
||||||
Toolbox.setEnabledRecursive(active, true);
|
Toolbox.setEnabledRecursive(active, true);
|
||||||
Toolbox.setEnabledRecursive(passive, true);
|
Toolbox.setEnabledRecursive(passive, false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue