OSDN Git Service

Improvements to CSuperComboBox (4)
authorGreyMerlin <GreyMerlin@gmail.com>
Wed, 29 Aug 2018 19:26:41 +0000 (12:26 -0700)
committerGreyMerlin <GreyMerlin@gmail.com>
Sun, 2 Sep 2018 06:17:59 +0000 (23:17 -0700)
commit3b1d852cc6b371cccfddb888936789821b1de4cf
tree1845ac7c4ca5458585eabae274e797f393f7d68e
parent296d6f47be757c086dcbb3448b80faa17fe18609
Improvements to CSuperComboBox (4)

- modernize many `BOOL` to `bool`
- reorganize layout of `SuperComboBox.h`
- better internal detection of "Optional" third file control.  Better
handling of that control's "empty" state.
- Minor code cleanup, not affecting overall logic.
- Add comments to procedure parameters with default values.
Src/Common/SuperComboBox.cpp
Src/Common/SuperComboBox.h
Src/OpenView.cpp