Skip to content

Commit

Permalink
feature_selector.h:
Browse files Browse the repository at this point in the history
- class FeatureSelector:
  - change default feature selection from COLOR to KNOWN,
    KNOWN is more appropriate, COLOR was used to speed testing
  - reflected in initial setting of Feature Selection dialog
  • Loading branch information
rockowitz committed Sep 15, 2018
1 parent 4776a55 commit c9ae399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/feature_selector.h
Expand Up @@ -12,7 +12,7 @@ class FeatureSelector {
public:
// FeatureSelector();

DDCA_Feature_Subset_Id _featureListId = DDCA_SUBSET_COLOR;
DDCA_Feature_Subset_Id _featureListId = DDCA_SUBSET_KNOWN;
bool _showUnsupportedFeatures = false;
bool _includeTableFeatures = false;
bool _respectCapabilities = true;
Expand Down

0 comments on commit c9ae399

Please sign in to comment.