nicost / micro-manager

Microscope control and image acquisition integrated with ImageJ.
http://www.micro-manager.org
16 stars 11 forks source link

Property browser double update #73

Closed nanthony21 closed 5 years ago

nanthony21 commented 5 years ago

This PR fixes a minor issue where setting a property value using the PropertyBrowser causes all properties to be updated from the device adapters twice. This was essentially happening because calling MMStudio.updateGui with the fromCache argument set as true was actually causing the PropertyEditor class to update from the hardware rather than from the cache.

A minor change also included in this PR is that the StartMMStudio.m matlab script now has some output silenced that was accidentally left unsilenced in one of my earlier PR's.