Skip to content

Commit 2e80136

Browse files
committed
Import library menu is now scrollable.
Fixes arduino#1543
1 parent 0021018 commit 2e80136

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/processing/app/Editor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ public void actionPerformed(ActionEvent e) {
646646

647647
if (importMenu == null) {
648648
importMenu = new JMenu(_("Import Library..."));
649+
MenuScroller.setScrollerFor(importMenu);
649650
base.rebuildImportMenu(importMenu, this);
650651
}
651652
sketchMenu.add(importMenu);

build/shared/revisions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ARDUINO 1.5.3 BETA
99
* Display estimated RAM usage after compile (Loren M. Lang)
1010
* Updated arm gcc to 4.7.4 and simplified build.xml
1111
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
12+
* Import library menu is now scrollable
1213

1314
[arduino core]
1415
* sam: Fixed delayMicrosecond() when interrupts are disabled

0 commit comments

Comments
 (0)