diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-24 20:46:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-24 20:46:33 (GMT) |
commit | ac1112ad06eea51d0ce9b02cdd3c5a8bda8b3db0 (patch) | |
tree | c5d06bdd7924d5a0866261354d9743c493dd2571 /Source/MFCDialog/PropertyList.h | |
parent | 1f2c84f2844067e83dfeea7d728fbc4e44c70547 (diff) | |
download | CMake-ac1112ad06eea51d0ce9b02cdd3c5a8bda8b3db0.zip CMake-ac1112ad06eea51d0ce9b02cdd3c5a8bda8b3db0.tar.gz CMake-ac1112ad06eea51d0ce9b02cdd3c5a8bda8b3db0.tar.bz2 |
BUG: fix on scroll with buttons
Diffstat (limited to 'Source/MFCDialog/PropertyList.h')
-rw-r--r-- | Source/MFCDialog/PropertyList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/MFCDialog/PropertyList.h b/Source/MFCDialog/PropertyList.h index 235588b..9224e6d 100644 --- a/Source/MFCDialog/PropertyList.h +++ b/Source/MFCDialog/PropertyList.h @@ -104,6 +104,8 @@ protected: afx_msg void OnDelete(); afx_msg void OnHelp(); afx_msg void OnCheckBox(); + afx_msg void OnVScroll( UINT nSBCode, UINT nPos, CScrollBar* pScrollBar ); + DECLARE_MESSAGE_MAP() |