Skip to content

Commit efbe2d6

Browse files
committed
blowing up EditorToolbar a bit
1 parent 603fd53 commit efbe2d6

File tree

6 files changed

+591
-567
lines changed

6 files changed

+591
-567
lines changed

app/src/processing/app/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public void paint(Graphics g) {
306306
contentPain.add(box);
307307

308308
// get shift down/up events so we can show the alt version of toolbar buttons
309-
textarea.addKeyListener(toolbar);
309+
//textarea.addKeyListener(toolbar);
310310

311311
// end an undo-chunk any time the caret moves unless it's when text is edited
312312
textarea.addCaretListener(new CaretListener() {

0 commit comments

Comments
 (0)