Skip to content
Snippets Groups Projects
Commit b2f0d6bb authored by Andreas Bayha's avatar Andreas Bayha
Browse files

RED

parent ef5b3eb1
No related branches found
No related tags found
1 merge request!1244018 error view java fx
......@@ -82,6 +82,8 @@ public class ErrorViewFXLayoutController extends CompositeFXControllerBase<Node,
/** Called when debug checkbox is pushed. */
public void onDebugBtn() {
if(!debugBtn.isSelected()) {
// FIXME (AB) Usage of static import (Ctrl-Shift-M) is mandatory in coding guidelines.
// Also applies to the further occurrences below.
toggleState.put(ESeverity.DEBUG, true);
} else {
toggleState.put(ESeverity.DEBUG, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment