| 45 | } |
| 46 | |
| 47 | void CScrollBarUI::SetEnabled(bool bEnable) |
| 48 | { |
| 49 | CControlUI::SetEnabled(bEnable); |
| 50 | if( !IsEnabled() ) { |
| 51 | m_uButton1State = 0; |
| 52 | m_uButton2State = 0; |
| 53 | m_uThumbState = 0; |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | void CScrollBarUI::SetFocus() |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected