File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
mode/src/processing/mode/android Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ static public String getTitle(int index) {
82
82
@ Override
83
83
public List <EditorButton > createButtons () {
84
84
// aEditor not ready yet because this is called by super()
85
- // final boolean debug = ((AndroidEditor) editor).isDebuggerEnabled();
86
- final boolean debug = false ;
85
+ final boolean debug = ((AndroidEditor ) editor ).isDebuggerEnabled ();
86
+ // final boolean debug = false;
87
87
88
88
89
89
ArrayList <EditorButton > toReturn = new ArrayList <EditorButton >();
@@ -150,7 +150,7 @@ private void handleStep(int modifiers) {
150
150
151
151
@ Override
152
152
public void addModeButtons (Box box , JLabel label ) {
153
- /*
153
+
154
154
EditorButton debugButton =
155
155
new EditorButton (this , "/lib/toolbar/debug" ,
156
156
Language .text ("toolbar.debug" )) {
@@ -166,7 +166,7 @@ public void actionPerformed(ActionEvent e) {
166
166
// debugButton.setRolloverLabel(label);
167
167
box .add (debugButton );
168
168
addGap (box );
169
- */
169
+
170
170
}
171
171
172
172
@ Override
@@ -216,4 +216,3 @@ public void deactivateStep() {
216
216
repaint ();
217
217
}
218
218
}
219
-
You can’t perform that action at this time.
0 commit comments