mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Removing all items before adding all
This commit is contained in:
@@ -660,7 +660,7 @@ public class Base {
|
||||
// return o1.getMenuTitle().compareTo(o2.getMenuTitle());
|
||||
// }
|
||||
// });
|
||||
|
||||
toolsMenu.removeAll();
|
||||
for (Tool tool : internalTools) {
|
||||
toolsMenu.add(createToolItem(tool));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user