Pulse-Eight / cec-dotnet

.Net implementations using libCEC
Other
24 stars 10 forks source link

fixed: StartHidden setting was overwritten on show/hide #6

Closed rbares closed 5 years ago

rbares commented 5 years ago

Addresses Issue #5.

Previously the StartHidden setting was used to override the behaviour in SetVisibleCore, both on start and when showing/hiding the UI from the system tray. This diff only overrides the behaviour of SetVisibleCore when the Form is first starting, and does not change this user setting when hiding or showing the UI from the system tray.

malard commented 5 years ago

thanks

rbares commented 5 years ago

You're welcome