open-ephys-plugins / network-events

Adds TTL events via a network connection
4 stars 4 forks source link

Call "enable" to prevent editor from turning gray #4

Closed jsiegle closed 3 years ago

jsiegle commented 3 years ago

We originally removed the call to setEnabledState to prevent crashes when using this plugin with the latest version of the GUI. However, this results in a grayed-out editor, even though the functionality is intact.

Calling enable when initializing the plugin editor seems to fix this problem.