mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
lots of fixes for 0070p7
This commit is contained in:
@@ -261,6 +261,7 @@ public class PdePreferences extends JComponent {
|
||||
|
||||
exportLibraryBox = new JCheckBox("Enable advanced \"Library\" features" +
|
||||
" (requires restart)");
|
||||
exportLibraryBox.setEnabled(false);
|
||||
pain.add(exportLibraryBox);
|
||||
d = exportLibraryBox.getPreferredSize();
|
||||
exportLibraryBox.setBounds(left, top, d.width, d.height);
|
||||
|
||||
Reference in New Issue
Block a user