Fix form resolutions control enabled on capture start

This commit is contained in:
d3agle 2016-07-26 13:43:12 -05:00
parent 37288caba9
commit f40a9b13ed
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ namespace xServer.Forms
{
IsStarted = !state;
cbWebcams.Enabled = btnStart.Enabled = state;
cbWebcams.Enabled = cbResolutions.Enabled = btnStart.Enabled = state;
btnStop.Enabled = !state;
}