Skip to content

Commit

Permalink
Fix form resolutions control enabled on capture start
Browse files Browse the repository at this point in the history
  • Loading branch information
d3agle committed Jul 26, 2016
1 parent 37288ca commit f40a9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Forms/FrmRemoteWebcam.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void ToggleControls(bool state)
{
IsStarted = !state;

cbWebcams.Enabled = btnStart.Enabled = state;
cbWebcams.Enabled = cbResolutions.Enabled = btnStart.Enabled = state;
btnStop.Enabled = !state;
}

Expand Down

0 comments on commit f40a9b1

Please sign in to comment.