LogDlg: StatGraph: avoid call RedrawGraph twice on OnInitDialog
commitb40c2b3092fba8fd16b97bdd8d8d49fc1b6c0b4d
authorFrank Li <lznuaa@gmail.com>
Thu, 17 Jan 2013 07:27:01 +0000 (17 15:27 +0800)
committerFrank Li <lznuaa@gmail.com>
Thu, 17 Jan 2013 07:27:01 +0000 (17 15:27 +0800)
treeb12baf85d89266b8178a4de48c15015759497df5
parent6e495846e8511adf68b656f3784fd31ca97d32c6
LogDlg: StatGraph: avoid call RedrawGraph twice on OnInitDialog

OnCbnSelchangeGraphcombo() will call RedrawGraph and need call redrawGraph again.
Otherwise, user how to cancel twice when log lines statistic view is default view

Signed-off-by: Frank Li <lznuaa@gmail.com>
src/TortoiseProc/StatGraphDlg.cpp