Skip to content

Commit

Permalink
Enable use 360 checkbox for 60DF 720
Browse files Browse the repository at this point in the history
  • Loading branch information
nlp80 committed Jun 4, 2017
1 parent 01650fa commit 0598615
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions irFFB/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ void Settings::setFfbType(int type) {
return;
ffbType = type;
SendMessage(ffbWnd, CB_SETCURSEL, ffbType, 0);
EnableWindow(use360Wnd, ffbType == FFBTYPE_DIRECT_FILTER);

EnableWindow(
use360Wnd,
ffbType == FFBTYPE_DIRECT_FILTER || ffbType == FFBTYPE_DIRECT_FILTER_720
);
}
int Settings::getFfbType() { return ffbType; }

Expand Down

0 comments on commit 0598615

Please sign in to comment.