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.
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 thefromCache
argument set astrue
was actually causing thePropertyEditor
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.