Skip to content

Commit

Permalink
Fix Advanced -> Custom Quick Sync Encoder Settings not enabling buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
palana committed Oct 10, 2014
1 parent bc0cc9c commit edf53af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SettingsAdvanced.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ INT_PTR SettingsAdvanced::ProcMessage(UINT message, WPARAM wParam, LPARAM lParam
case IDC_SCENEBUFFERTIME_EDIT:
case IDC_AUDIOTIMEADJUST_EDIT:
case IDC_VIDEOENCODERSETTINGS:
case IDC_QSVVIDEOENCODERSETTINGS:
case IDC_LATENCYTUNE:
if(HIWORD(wParam) == EN_CHANGE)
{
Expand Down

0 comments on commit edf53af

Please sign in to comment.