We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7654e1b commit d8af7f4Copy full SHA for d8af7f4
src/main/java/org/scijava/plugins/platforms/macos/MacOSPlatform.java
@@ -92,7 +92,7 @@ public void configure(final PlatformService service) {
92
if (SCREEN_MENU) removeAppCommandsFromMenu();
93
94
// translate macOS application events into ImageJ events
95
- final EventService eventService = getPlatformService().getEventService();
+ final EventService eventService = getPlatformService().eventService();
96
try {
97
appEventDispatcher = new MacOSAppEventDispatcher(eventService);
98
}
0 commit comments