Skip to content

Commit

Permalink
Update #277 Initial Graph Information Reportlevel to max
Browse files Browse the repository at this point in the history
Maybe later this could be a setting for all graph information generations.
  • Loading branch information
cplussharp committed Jan 26, 2017
1 parent 3930de6 commit 02894a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextInfoForm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void CTextInfoForm::OnInitialize()
for (int i=0; i<ReportNamesCount; i++) {
combo_reporttype.AddString(ReportNames[i]);
}
combo_reporttype.SetCurSel(0);
combo_reporttype.SetCurSel(ReportNamesCount - 1);
}

void CTextInfoForm::DoDataExchange(CDataExchange* pDX)
Expand Down

0 comments on commit 02894a5

Please sign in to comment.