mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
make editor buttons properly highlight whether called by clicking or by
menu items. fix for bug #242
This commit is contained in:
@@ -119,6 +119,9 @@ public class Base {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
// use native popups so they don't look so crappy on osx
|
||||
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
|
||||
|
||||
// build the editor object
|
||||
editor = new Editor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user